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

@ -1,3 +1,3 @@
[default]
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r528 \cu(Sat 5 Jun 21:07:46 CEST 2021)\c-";
SWWM_SHORTVER="\cw0.9.11b-pre r528 \cu(2021-06-05 21:07:46)\c-";
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r529 \cu(Sun 6 Jun 20:44:10 CEST 2021)\c-";
SWWM_SHORTVER="\cw0.9.11b-pre r529 \cu(2021-06-06 20:44:10)\c-";

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--;