1
0
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:
LeMagnesium
2015-07-24 10:42:07 +02:00
parent 1fb14f00cb
commit 905464a39a
2 changed files with 3 additions and 3 deletions

View File

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