parent
3b3dd02382
commit
0a1f966159
|
@ -826,6 +826,10 @@ enableWeaponDicing(playerCommand)
|
||||||
|
|
||||||
player = self;
|
player = self;
|
||||||
|
|
||||||
|
level endon("game_ended");
|
||||||
|
player endon("death");
|
||||||
|
player endon("disconnect");
|
||||||
|
|
||||||
player notifyOnPlayerCommand("weapondicing_requested", playerCommand);
|
player notifyOnPlayerCommand("weapondicing_requested", playerCommand);
|
||||||
|
|
||||||
for (;;)
|
for (;;)
|
||||||
|
|
Loading…
Reference in New Issue