Remove endgame bug

pull/4/head
efinst0rm 2023-11-01 09:25:07 -05:00 committed by GitHub
parent 40b4ba7261
commit 5d3e293e40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 15 deletions

View File

@ -176,21 +176,6 @@ onMenuResponse()
if(response == "changeclass_opfor_splitscreen" )
self openpopupMenu( "changeclass_opfor_splitscreen" );
if(response == "endgame")
{
if(level.splitscreen)
{
endparty();
if ( !level.gameEnded )
{
level thread maps\mp\gametypes\_gamelogic::forceEnd();
}
}
continue;
}
if ( response == "endround" )
{
if ( !self isHost() )