mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-08 01:47:50 -05:00
Changed a comma to a period to fix a compile error.
This commit is contained in:
parent
015be4fca3
commit
901fce5a78
@ -1373,7 +1373,7 @@ transit_intermission() //checked changed to match cerberus output
|
|||||||
}
|
}
|
||||||
if ( !level.the_bus.ismoving )
|
if ( !level.the_bus.ismoving )
|
||||||
{
|
{
|
||||||
level.the_bus.gracetimeatdestination = 0,1;
|
level.the_bus.gracetimeatdestination = 0.1;
|
||||||
level.the_bus notify( "depart_early" );
|
level.the_bus notify( "depart_early" );
|
||||||
}
|
}
|
||||||
players = get_players();
|
players = get_players();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user