fix(jump): correct copy & paste mistake
This commit is contained in:
parent
32f0d25aa4
commit
df02d08e9d
@ -22,11 +22,11 @@ onPlayerConnect()
|
|||||||
player notifyOnPlayerCommand( "save_pos", "+melee" );
|
player notifyOnPlayerCommand( "save_pos", "+melee" );
|
||||||
player notifyOnPlayerCommand( "load_saved_pos", "+activate" );
|
player notifyOnPlayerCommand( "load_saved_pos", "+activate" );
|
||||||
player thread jumper();
|
player thread jumper();
|
||||||
player thread displayPlayerKillstreak();
|
player thread displaySpeed();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
displayPlayerKillstreak()
|
displaySpeed()
|
||||||
{
|
{
|
||||||
level endon( "game_ended" );
|
level endon( "game_ended" );
|
||||||
self endon( "disconnect" );
|
self endon( "disconnect" );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user