mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
Patch game interface (#305)
* remove extra set of parentheses in call to DisplaypopupsWaiter() * add missing event argument in call to GotoCoordImpl() * remove event arg from GotoCoordImpl() in t6 to match other game interface scripts
This commit is contained in:
@ -12,7 +12,7 @@ OnPlayerConnect()
|
||||
for ( ;; )
|
||||
{
|
||||
level waittill( "connecting", player );
|
||||
player thread DisplaypopupsWaiter()();
|
||||
player thread DisplaypopupsWaiter();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user