mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Don't register 'HSV_Main' on client dll
This commit is contained in:
parent
2ecc556d08
commit
ad71360dcd
@ -513,9 +513,11 @@ void DetourRegister() // Register detour classes to be searched and hooked.
|
|||||||
REGISTER(VGL_Screen);
|
REGISTER(VGL_Screen);
|
||||||
#endif // !DEDICATED
|
#endif // !DEDICATED
|
||||||
|
|
||||||
|
#ifndef CLIENT_DLL
|
||||||
// !!! SERVER DLL ONLY !!!
|
// !!! SERVER DLL ONLY !!!
|
||||||
REGISTER(HSV_Main);
|
REGISTER(HSV_Main);
|
||||||
// !!! END SERVER DLL ONLY !!!
|
// !!! END SERVER DLL ONLY !!!
|
||||||
|
#endif // !CLIENT_DLL
|
||||||
|
|
||||||
#ifndef DEDICATED
|
#ifndef DEDICATED
|
||||||
REGISTER(VGame); // REGISTER CLIENT ONLY!
|
REGISTER(VGame); // REGISTER CLIENT ONLY!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user