fix 514.3a, give player priority on cleanup when something happened (#12115)

This commit is contained in:
Susucre 2024-04-12 15:31:53 +02:00 committed by GitHub
parent f1791a3c70
commit 72a2e32d1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 106 additions and 7 deletions

View file

@ -275,4 +275,7 @@ public abstract class Phase implements Serializable {
}
}
public String toString() {
return type.toString();
}
}