Small cleanup
This commit is contained in:
parent
03d0c384f9
commit
86e28acc48
@ -241,7 +241,7 @@ namespace network
|
||||
if (game::is_server())
|
||||
{
|
||||
// Remove restrictions for rcon commands
|
||||
utils::hook::call(0x140538D5C_g, con_restricted_execute_buf_stub); // SVC_RemoteCommand
|
||||
utils::hook::call(0x140538D5C_g, &con_restricted_execute_buf_stub); // SVC_RemoteCommand
|
||||
}
|
||||
|
||||
// TODO: Fix that
|
||||
|
Loading…
Reference in New Issue
Block a user