mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
[STX] fixed Shadrix Silverquill not allowing players to choose no modes (fixes #7874)
This commit is contained in:
parent
58c447f929
commit
2ab78b9f03
2 changed files with 6 additions and 2 deletions
|
|
@ -547,4 +547,8 @@ public class Modes extends LinkedHashMap<UUID, Mode> {
|
|||
public void setMayChooseNone(boolean mayChooseNone) {
|
||||
this.mayChooseNone = mayChooseNone;
|
||||
}
|
||||
|
||||
public boolean isMayChooseNone() {
|
||||
return mayChooseNone;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue