1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-17 15:45:22 +01:00

Updated unified_inventory

- Added system hidding crafts involving unknown items
 - Solves #186
This commit is contained in:
LeMagnesium
2015-08-02 23:29:04 +02:00
parent 21e53d2ac6
commit 9a4787834b
6 changed files with 25 additions and 32 deletions

View File

@@ -1,9 +1,4 @@
local S
if intllib then
S = intllib.Getter()
else
S = function(s) return s end
end
local S = unified_inventory.gettext
local hud_colors = {
{"#FFFFFF", 0xFFFFFF, S("White")},