Minor reversion

This commit is contained in:
ElCeejo 2022-07-17 18:30:42 -07:00 committed by GitHub
parent 56a9c3a05b
commit d7da61bbb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -704,7 +704,7 @@ function mob:activate(staticdata, dtime)
-- Initialize Stats and Visuals
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
end