mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-14 14:28:29 +01:00
Added maptools:chest into mod and tsm_pyramids
- Added node maptools:chest which is now used in tsm_pyramids - Preparing merge conflicts
This commit is contained in:
@@ -35,6 +35,7 @@ local function replace(str,iy)
|
||||
if iy == 0 and str == "s" then out = "tsm_pyramids:" str = "sun" end
|
||||
if iy == 3 and str == "s" then out = "tsm_pyramids:" str = "men" end
|
||||
if str == "a" then out = "" end
|
||||
if str == "c" then out = "maptools:" end
|
||||
return out..code[str]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user