mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix crash caused by NULL Cbuf function pointers
Register was missing (code was moved elsewhere).
This commit is contained in:
parent
d1157fb54b
commit
af21798a12
@ -78,6 +78,7 @@
|
||||
#include "engine/host_cmd.h"
|
||||
#include "engine/host_state.h"
|
||||
#include "engine/modelloader.h"
|
||||
#include "engine/cmd.h"
|
||||
#include "engine/net.h"
|
||||
#include "engine/net_chan.h"
|
||||
#include "engine/networkstringtable.h"
|
||||
@ -494,6 +495,7 @@ void DetourRegister() // Register detour classes to be searched and hooked.
|
||||
REGISTER(VHostCmd);
|
||||
REGISTER(VHostState);
|
||||
REGISTER(VModelLoader);
|
||||
REGISTER(VCmd);
|
||||
REGISTER(VNet);
|
||||
REGISTER(VNetChan);
|
||||
REGISTER(VNetworkStringTableContainer);
|
||||
|
Loading…
x
Reference in New Issue
Block a user