mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-08 22:28:15 -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:
parent
b1ac32df80
commit
f633d47762
@ -302,7 +302,7 @@ GotoImpl( event, data )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
GotoCoordImpl( event, data )
|
GotoCoordImpl( data )
|
||||||
{
|
{
|
||||||
if ( !IsAlive( self ) )
|
if ( !IsAlive( self ) )
|
||||||
{
|
{
|
||||||
|
@ -12,7 +12,7 @@ OnPlayerConnect()
|
|||||||
for ( ;; )
|
for ( ;; )
|
||||||
{
|
{
|
||||||
level waittill( "connecting", player );
|
level waittill( "connecting", player );
|
||||||
player thread DisplaypopupsWaiter()();
|
player thread DisplaypopupsWaiter();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user