From e84f616d9b810b756c77a456b91d459143f77e01 Mon Sep 17 00:00:00 2001 From: nikky Date: Sun, 17 Jun 2018 13:35:47 +0200 Subject: [PATCH] lower permission requirement for uptime --- core/src/main/kotlin/matterlink/config/CommandConfig.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/main/kotlin/matterlink/config/CommandConfig.kt b/core/src/main/kotlin/matterlink/config/CommandConfig.kt index a43a1b0..414272f 100644 --- a/core/src/main/kotlin/matterlink/config/CommandConfig.kt +++ b/core/src/main/kotlin/matterlink/config/CommandConfig.kt @@ -43,7 +43,6 @@ object CommandConfig { ), "uptime" to CustomCommand( type = CommandType.RESPONSE, - permLevel = 1.0, response = "{uptime}", help = "Print server uptime", defaultCommand = true