Skip to content
Snippets Groups Projects
Commit 661dfb7e authored by DarkGod's avatar DarkGod
Browse files

tset

parent c506fbd1
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ function _M:getTile(name)
end
local e
if self.repo[name] then e = self.repo[name]
if false and self.repo[name] then e = self.repo[name]
else
self.repo[name] = game.zone:makeEntityByName(game.level, "terrain", name)
e = self.repo[name]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment