mirror of
https://github.com/minetest-mods/interact.git
synced 2025-01-06 19:30:16 +01:00
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:
parent
3fcb5c86b0
commit
34e257b3b5
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user