Make IgnoreMode enum public
This commit is contained in:
parent
f935806b45
commit
5779a7b223
|
|
@ -2636,7 +2636,7 @@ public class GriefPrevention extends JavaPlugin
|
|||
}
|
||||
}
|
||||
|
||||
enum IgnoreMode {None, StandardIgnore, AdminIgnore}
|
||||
public enum IgnoreMode {None, StandardIgnore, AdminIgnore}
|
||||
|
||||
private String trustEntryToPlayerName(String entry)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user