1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

Fixed shields and armors resolutions

- Fixed global variable in signs libs
 - Fixed reolutions for shields and armors
This commit is contained in:
LeMagnesium
2015-07-30 14:53:23 +02:00
parent cdb1150085
commit e3cbc98695
43 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ signs_lib.update_sign = function(pos, fields, owner)
local meta = minetest.get_meta(pos)
local stored_text = meta:get_string("text") or ""
current_keyword = mki_interact_keyword or current_keyword
current_keyword = rawget(_G, "mki_interact_keyword") or current_keyword
if fields then -- ...we're editing the sign.
if fields.text and string.find(dump(fields.text), "@KEYWORD") then