From 34e257b3b514f739c5ea0c23e51181c5eca99557 Mon Sep 17 00:00:00 2001 From: Amaz1 Date: Thu, 23 Apr 2015 10:17:26 +0100 Subject: [PATCH] Fix a bug/typo. I left fast as the priv needed to gain interact, when it should have been shout. --- config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.lua b/config.lua index da8b1a2..9f64fef 100644 --- a/config.lua +++ b/config.lua @@ -84,5 +84,5 @@ interact.quiz_fail_msg = "You got that wrong." interact.interact_msg1 = "Thanks for accepting the rules, you now are able to interact with things." interact.interact_msg2 = "Happy building!" ---The priv required to use the /rules command. -interact.priv = {fast = true} +--The priv required to use the /rules command. If fast is a default priv, I recomend replacing shout with that. +interact.priv = {shout = true}