mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Fix #347
This commit is contained in:
parent
d2bcc6dd35
commit
8535bc859a
@ -36,7 +36,7 @@ public abstract class FaweMaskManager {
|
||||
return this.key;
|
||||
}
|
||||
|
||||
public abstract FaweMask getMask(final Player player, MaskType type);
|
||||
public FaweMask getMask(final Player player, MaskType type){ return null; }
|
||||
|
||||
public boolean isValid(FaweMask mask) {
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user