diff --git a/src/Utilities/NetVars.h b/src/Utilities/NetVars.h index 4e6f71b..1c426f0 100644 --- a/src/Utilities/NetVars.h +++ b/src/Utilities/NetVars.h @@ -1,7 +1,5 @@ #pragma once -extern IBaseClientDLL* clientdll; - class NetVars { private: inline uintptr_t FindOffset(RecvTable* recv_table, const char* property_name, RecvProp** property_ptr = nullptr) {