Skip to content

Commit

Permalink
Remove runtime deprecations for mixed spellings
Browse files Browse the repository at this point in the history
  • Loading branch information
NexiusTailer authored Aug 5, 2024
1 parent e47485e commit 3beeea8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Server/Components/Pawn/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -886,10 +886,6 @@ static const FlatHashMap<String, String> DeprecatedNatives {
{ "GetServerVarAsFloat", "GetConsoleVarAsFloat" },
{ "GetServerVarAsString", "GetConsoleVarAsString" },
{ "GetPlayerDialog", "GetPlayerDialogID" },
{ "GangZoneGetColorForPlayer", "GangZoneGetColourForPlayer" },
{ "GangZoneGetFlashColorForPlayer", "GangZoneGetFlashColourForPlayer" },
{ "PlayerGangZoneGetColor", "PlayerGangZoneGetColour" },
{ "PlayerGangZoneGetFlashColor", "PlayerGangZoneGetFlashColour" },
{ "GetPlayerPoolSize", "MAX_PLAYERS" },
{ "GetVehiclePoolSize", "MAX_VEHICLES" },
{ "GetActorPoolSize", "MAX_ACTORS" },
Expand Down

0 comments on commit 3beeea8

Please sign in to comment.