mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-07 23:27:08 +02:00
Typo
This commit is contained in:
2
Essentials/src/net/ess3/settings/Commands.java
Normal file → Executable file
2
Essentials/src/net/ess3/settings/Commands.java
Normal file → Executable 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;
|
||||
|
Reference in New Issue
Block a user