Skip to content

Commit

Permalink
Remove Unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rxann committed Jun 25, 2024
1 parent 918d928 commit e470532
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/game/hooks/Protections/ServerMessages.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ namespace YimMenu::Hooks

bool Protections::SerializeServerRPC(rage::ServerRPCSerializer* ser, void* a2, const char* message, void* def, void* structure, const char* rpc_guid, void* a7)
{
// TODO: remove ret variable and just return original instead of storing it
bool ret = BaseHook::Get<SerializeServerRPC, DetourHook<decltype(&SerializeServerRPC)>>()->Original()(ser, a2, message, def, structure, rpc_guid, a7);
if (Features::_LogServerMessages.GetState())
{
Expand Down

0 comments on commit e470532

Please sign in to comment.