getIP error

Wasnt correct format
This commit is contained in:
ChocoTaco1 2020-07-12 13:39:22 -04:00
parent f7e2ffca04
commit eeaa0ccf21
2 changed files with 4 additions and 4 deletions

View file

@ -231,7 +231,7 @@ function ClassicAddWhitelist(%label, %entry)
function ClassicIsBanned(%client)
{
%guid = %client.guid;
%addr = %client.getIPAddress();
%addr = getIPAddress(%client);
%type = 0;
for (%i = 0; %i < $ClassicPermaBans; %i++)