mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-15 16:14:35 +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
|
// From Eolks
|
||||||
// Minor improvement by Teratos
|
// Minor improvement by Teratos
|
||||||
function GameConnection::getIPAddress(%client)
|
function getIPAddress(%client)
|
||||||
{
|
{
|
||||||
%port = nextToken(nextToken(%client.getAddress(), "ip", ":"), "addr", ":");
|
%port = nextToken(nextToken(%client.getAddress(), "ip", ":"), "addr", ":");
|
||||||
if(%client.isAIControlled()) {
|
if(%client.isAIControlled()) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue