Skip to content

Commit 6149954

Browse files
committed
Correctly report removed server funcs as removed
1 parent 49e0ce4 commit 6149954

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Server/mods/deathmatch/logic/CResourceChecker.Data.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,11 +395,11 @@ namespace
395395
{false, "getClientName", "getPlayerName"},
396396
{false, "getClientIP", "getPlayerIP"},
397397
{false, "getClientAccount", "getPlayerAccount"},
398-
{false, "getAccountClient", "getAccountPlayer"},
398+
{true, "getAccountClient", "getAccountPlayer"},
399399
{false, "setClientName", "setPlayerName"},
400400
// Utility
401-
{false, "randFloat", "math.random"},
402-
{false, "randInt", "math.random"},
401+
{true, "randFloat", "math.random"},
402+
{true, "randInt", "math.random"},
403403
// Weapon
404404
{false, "giveWeaponAmmo", "giveWeapon"},
405405
{false, "takeWeaponAmmo", "takeWeapon"},

0 commit comments

Comments
 (0)