Fix all clear not working.
This commit is contained in:
parent
d789f72238
commit
804666b7b8
2 changed files with 3 additions and 3 deletions
|
|
@ -126,7 +126,7 @@ extend Class SWWMHandler
|
|||
private void OneHundredPercentCheck()
|
||||
{
|
||||
// not in DM
|
||||
if ( !deathmatch ) return;
|
||||
if ( deathmatch ) return;
|
||||
if ( !mapclear && (restartmus > 0) )
|
||||
{
|
||||
restartmus--;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue