From dd372e7a8a8b110a42b5486d4c7e5fec82f3320c Mon Sep 17 00:00:00 2001 From: Gerkiz <39602942+Gerkiz@users.noreply.github.com> Date: Thu, 19 Dec 2019 20:22:59 +0100 Subject: [PATCH] Added jail to commands.lua --- commands.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands.lua b/commands.lua index 32ebfe03..63643065 100644 --- a/commands.lua +++ b/commands.lua @@ -1 +1,2 @@ -require "commands.misc" \ No newline at end of file +require "commands.misc" +require "commands.jail"