From b8ffcb9afefb15ddca4f1da55a152d54b06acebb Mon Sep 17 00:00:00 2001 From: BlockMen Date: Sat, 9 Nov 2013 14:09:19 +0100 Subject: [PATCH] Fix typo --- mummy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mummy.lua b/mummy.lua index 4d03fec..8431898 100644 --- a/mummy.lua +++ b/mummy.lua @@ -61,7 +61,7 @@ end function mummy_update_visuals_def(self) --local name = get_player_name() 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 prop = { mesh = mummy_mesh,