Update init.lua

This commit is contained in:
Elkien3 2023-03-22 02:26:55 +05:00 committed by Koldun
parent ab5007e921
commit 0ef2af04ef
Signed by: Koldun
GPG Key ID: 53DE683337F5D25F

View File

@ -240,6 +240,7 @@ minetest.register_chatcommand("rules",{
func = function (name,params)
if (interacthandler and interacthandler.player[name]) then return false, "You are not allowed to use this command at this time." end
local player = minetest.get_player_by_name(name)
if not player than return false, "You must be ingame to use this command." end
local language = rule_language[name] or interact.default_language
if params ~= "" and rule_table[params:lower()] then
language = params:lower()