mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-11 14:14:33 +00:00
getIP error
Wasnt correct format
This commit is contained in:
parent
f7e2ffca04
commit
eeaa0ccf21
2 changed files with 4 additions and 4 deletions
|
|
@ -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++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue