mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 18:20:36 +01:00
change icon empty if not area
This commit is contained in:
parent
28a913a925
commit
cf8511b516
@ -32,7 +32,7 @@ local function tick()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
local icon = "areas_1_0_1.png"
|
local icon = "areas_not_area.png"
|
||||||
if nb_areas > 0 then
|
if nb_areas > 0 then
|
||||||
area_text = ("nb area:%u\nowner:%s\nname:%s"):format(nb_areas, area_owner_name, area_name)
|
area_text = ("nb area:%u\nowner:%s\nname:%s"):format(nb_areas, area_owner_name, area_name)
|
||||||
icon = ("areas_%u_%u_%u.png"):format(mod_owner, mod_open, mod_farming)
|
icon = ("areas_%u_%u_%u.png"):format(mod_owner, mod_open, mod_farming)
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 385 B After Width: | Height: | Size: 781 B |
BIN
mods/areas/textures/areas_not_area.png
Normal file
BIN
mods/areas/textures/areas_not_area.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 385 B |
Loading…
Reference in New Issue
Block a user