mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 12:31:05 +01:00
Fix sneak_mine glitch
This commit is contained in:
parent
793b5f616e
commit
d29c045ad8
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ mcl_player.player_register_model("mcl_armor_character.b3d", {
|
|||
walk_mine = {x=200, y=219},
|
||||
sit = {x=81, y=160},
|
||||
sneak_stand = {x=222, y=302},
|
||||
sneak_mine = {x=346, y=366},
|
||||
sneak_mine = {x=346, y=365},
|
||||
sneak_walk = {x=304, y=323},
|
||||
sneak_walk_mine = {x=325, y=344},
|
||||
swim_walk = {x=368, y=387},
|
||||
|
|
Loading…
Reference in a new issue