Fix a bug/typo.

I left fast as the priv needed to gain interact, when it should have been shout.
This commit is contained in:
Amaz1 2015-04-23 10:17:26 +01:00
parent 3fcb5c86b0
commit 34e257b3b5
1 changed files with 2 additions and 2 deletions

View File

@ -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}