1
0
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:
Jbleezy
2021-12-14 12:59:08 -08:00
parent 84eab2e62d
commit 952c90c2bf

View File

@ -219,6 +219,7 @@ on_player_spectate()
on_player_downed()
{
level endon("end_game");
self endon( "disconnect" );
while(1)
@ -234,6 +235,7 @@ on_player_downed()
on_player_bleedout()
{
level endon("end_game");
self endon( "disconnect" );
while(1)
@ -249,6 +251,7 @@ on_player_bleedout()
on_player_revived()
{
level endon("end_game");
self endon( "disconnect" );
while(1)