Small cleanup

This commit is contained in:
momo5502 2023-02-26 10:05:00 +01:00
parent 03d0c384f9
commit 86e28acc48

View File

@ -241,7 +241,7 @@ namespace network
if (game::is_server()) if (game::is_server())
{ {
// Remove restrictions for rcon commands // 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 // TODO: Fix that