Actually did something

This commit is contained in:
2021-09-29 19:41:44 +01:00
parent 9a94d4756c
commit bee00d2564
3 changed files with 5 additions and 9 deletions

View File

@ -21,8 +21,7 @@ antiRageQuit()
{
wait( .5 );
// If it's only 2 people let them quit
if ( level.players.size < 3 ) continue;
if ( level.players.size < 3 ) continue; // If it's only 2 people let them quit
foreach ( player in level.players )
{