lower permission requirement for uptime

This commit is contained in:
nikky 2018-06-17 13:35:47 +02:00
parent 166fa8a6e1
commit e84f616d9b
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ object CommandConfig {
),
"uptime" to CustomCommand(
type = CommandType.RESPONSE,
permLevel = 1.0,
response = "{uptime}",
help = "Print server uptime",
defaultCommand = true