From bd3f29344783dc6b89c1a196a56aa1f2bf7cedfd Mon Sep 17 00:00:00 2001 From: Pepich Date: Mon, 16 Oct 2017 20:48:42 +0200 Subject: [PATCH] fixed afk.cmd file --- src/com/redstoner/modules/afk/AFK.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/redstoner/modules/afk/AFK.cmd b/src/com/redstoner/modules/afk/AFK.cmd index 5436b32..7f704c8 100644 --- a/src/com/redstoner/modules/afk/AFK.cmd +++ b/src/com/redstoner/modules/afk/AFK.cmd @@ -15,6 +15,6 @@ command afk { command update_afk_listeners { [empty] { run update_afk_listeners; - permission utils.afk.admin; + perm utils.afk.admin; } } \ No newline at end of file