lower permission requirement for uptime
This commit is contained in:
parent
166fa8a6e1
commit
e84f616d9b
|
@ -43,7 +43,6 @@ object CommandConfig {
|
|||
),
|
||||
"uptime" to CustomCommand(
|
||||
type = CommandType.RESPONSE,
|
||||
permLevel = 1.0,
|
||||
response = "{uptime}",
|
||||
help = "Print server uptime",
|
||||
defaultCommand = true
|
||||
|
|
Loading…
Reference in New Issue