Fix textlist issue
This commit is contained in:
parent
4eb56588db
commit
0d921f8c0e
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -133,7 +133,7 @@ minetest.register_on_joinplayer(function(player)
|
|||
minetest.formspec_escape("Press escape or the back button. " ..
|
||||
"Select 'change password'.\n" ..
|
||||
"When done, type /rules.\n" ..
|
||||
"You will not be able to obtain interact until you get this."))
|
||||
"You will not be able to obtain interact until you get this.") .. "]")
|
||||
elseif can_grant_interact(player) then
|
||||
rules.show(player)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue