mirror of
http://repo.or.cz/minetest_pyramids/tsm_pyramids.git
synced 2025-01-08 23:40:18 +01:00
Fix typo
This commit is contained in:
parent
18abc7a419
commit
b8ffcb9afe
@ -61,7 +61,7 @@ end
|
|||||||
function mummy_update_visuals_def(self)
|
function mummy_update_visuals_def(self)
|
||||||
--local name = get_player_name()
|
--local name = get_player_name()
|
||||||
visual = default_model_def
|
visual = default_model_def
|
||||||
mummy_npc_anim = 0 -- Animation will be set further below immediately
|
npc_anim = 0 -- Animation will be set further below immediately
|
||||||
--npc_sneak[name] = false
|
--npc_sneak[name] = false
|
||||||
prop = {
|
prop = {
|
||||||
mesh = mummy_mesh,
|
mesh = mummy_mesh,
|
||||||
|
Loading…
Reference in New Issue
Block a user