mirror of
https://github.com/ElCeejo/creatura.git
synced 2025-04-30 13:51:41 -04:00
Minor reversion
This commit is contained in:
parent
56a9c3a05b
commit
d7da61bbb5
1 changed files with 1 additions and 1 deletions
|
@ -704,7 +704,7 @@ function mob:activate(staticdata, dtime)
|
||||||
|
|
||||||
-- Initialize Stats and Visuals
|
-- Initialize Stats and Visuals
|
||||||
if not self.textures then
|
if not self.textures then
|
||||||
local textures = minetest.registered_entities[self.name].textures
|
local textures = self.properties.textures
|
||||||
if textures then self.textures = textures end
|
if textures then self.textures = textures end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue