Fix player_physics_locked bug

master
Joachim Stolberg 2021-01-30 14:44:13 +01:00
parent 48b7db60e7
commit bdbc0a3962
2 changed files with 3 additions and 1 deletions

View File

@ -25,4 +25,5 @@ Code: GNU GPL version 3. See LICENSE.txt
Textures: CC BY-SA 3.0
### History
- 2020-10-15 v1.0 * First version

View File

@ -71,6 +71,7 @@ minetest.register_tool(
else
minetest.chat_send_player(name,
minetest.colorize("#FFFF00", S("First jump from a hill and then use the paraglider")))
pmeta:set_int("player_physics_locked", 0)
end
end,