mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 14:16:06 +02:00
Removed global variables (quests, throwing)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
if (cmsg) then
|
||||
if rawget(_G, "cmsg") then
|
||||
function quests.show_message(t, playername, text)
|
||||
if (quests.hud[playername].central_message_enabled) then
|
||||
local player = minetest.get_player_by_name(playername)
|
||||
|
Reference in New Issue
Block a user