Skip to content

Commit

Permalink
Update natives_misc.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-up committed Jul 19, 2024
1 parent e5b8259 commit 14b3ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reapi/src/natives/natives_misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3769,7 +3769,7 @@ AMX_NATIVE_INFO Misc_Natives_RH[] =
{ "rh_is_entity_fullpacked", rh_is_entity_fullpacked },
{ "rh_get_client_connect_time", rh_get_client_connect_time },
{ "rh_is_paused", rh_is_paused },
{ "rh_set_paused", rh_set_pause },
{ "rh_set_pause", rh_set_pause },

{ nullptr, nullptr }
};
Expand Down

0 comments on commit 14b3ef4

Please sign in to comment.