1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-08 15:46:54 +02:00
This commit is contained in:
Chris Ward
2013-02-02 16:38:51 +11:00
parent 5f480a5da5
commit 0cb6d90bb3

2
Essentials/src/net/ess3/settings/Commands.java Normal file → Executable file
View File

@@ -40,7 +40,7 @@ public class Commands implements StorageObject
@Setter(AccessLevel.NONE)
private List<String> overridden = null;
@ListType
@Comment("Disabled commands will be completelly unavailable on the server.")
@Comment("Disabled commands will be completely unavailable on the server.")
@Getter(AccessLevel.NONE)
@Setter(AccessLevel.NONE)
private List<String> disabled = null;