mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-02-22 23:43:34 +00:00
Update supportClassic.cs
This commit is contained in:
parent
f4456a3596
commit
a74ad90f2f
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ function ClassicLoadBanlist()
|
|||
|
||||
// From Eolks
|
||||
// Minor improvement by Teratos
|
||||
function GameConnection::getIPAddress(%client)
|
||||
function getIPAddress(%client)
|
||||
{
|
||||
%port = nextToken(nextToken(%client.getAddress(), "ip", ":"), "addr", ":");
|
||||
if(%client.isAIControlled()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue