mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 22:33:16 -04:00
Update player.lua
This commit is contained in:
parent
a69f6ad7ad
commit
42a40d8ef0
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ model_def = {
|
|||
|
||||
]]
|
||||
|
||||
if minetest.setting_getbool(astronaut) = false then
|
||||
if minetest.setting_getbool("astronaut") = false then
|
||||
astSkin = "charater.png"
|
||||
else
|
||||
astSkin = "astronaut.png"
|
||||
|
|
Loading…
Add table
Reference in a new issue