mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-22 21:20:15 -05:00
Grief: add missing endon end_game lines
This commit is contained in:
@ -219,6 +219,7 @@ on_player_spectate()
|
|||||||
|
|
||||||
on_player_downed()
|
on_player_downed()
|
||||||
{
|
{
|
||||||
|
level endon("end_game");
|
||||||
self endon( "disconnect" );
|
self endon( "disconnect" );
|
||||||
|
|
||||||
while(1)
|
while(1)
|
||||||
@ -234,6 +235,7 @@ on_player_downed()
|
|||||||
|
|
||||||
on_player_bleedout()
|
on_player_bleedout()
|
||||||
{
|
{
|
||||||
|
level endon("end_game");
|
||||||
self endon( "disconnect" );
|
self endon( "disconnect" );
|
||||||
|
|
||||||
while(1)
|
while(1)
|
||||||
@ -249,6 +251,7 @@ on_player_bleedout()
|
|||||||
|
|
||||||
on_player_revived()
|
on_player_revived()
|
||||||
{
|
{
|
||||||
|
level endon("end_game");
|
||||||
self endon( "disconnect" );
|
self endon( "disconnect" );
|
||||||
|
|
||||||
while(1)
|
while(1)
|
||||||
|
Reference in New Issue
Block a user