Fix all clear not working.

This commit is contained in:
Mari the Deer 2021-06-06 20:44:10 +02:00
commit 804666b7b8
2 changed files with 3 additions and 3 deletions

View file

@ -126,7 +126,7 @@ extend Class SWWMHandler
private void OneHundredPercentCheck()
{
// not in DM
if ( !deathmatch ) return;
if ( deathmatch ) return;
if ( !mapclear && (restartmus > 0) )
{
restartmus--;