Fix #1795 (Don't remove Pumpkin HUD when it is removed on death if keepinventory is enabled) #1796

Merged
LizzyFleckenstein03 merged 2 commits from pumpkin_hud into master 2021-06-14 13:44:45 +02:00
Member
No description provided.
NO11 added 1 commit 2021-06-09 20:31:47 +02:00
LizzyFleckenstein03 approved these changes 2021-06-10 14:10:12 +02:00
Dismissed
@ -163,3 +163,3 @@
end)
minetest.register_on_dieplayer(function(player)
remove_pumpkin_hud(player)
if minetest.settings:get("mcl_keepInventory") ~= "true" then

please use not minetest.settings:get_bool("mcl_keepInventory") here

please use `not minetest.settings:get_bool("mcl_keepInventory")` here
Author
Member

is it ok now?

is it ok now?
NO11 marked this conversation as resolved
LizzyFleckenstein03 dismissed LizzyFleckenstein03’s review 2021-06-10 14:10:32 +02:00
NO11 added 1 commit 2021-06-10 17:35:04 +02:00
AFCMS added the
GUI/HUD
bug
labels 2021-06-10 21:03:17 +02:00
LizzyFleckenstein03 merged commit 64d3a28578 into master 2021-06-14 13:44:23 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: VoxeLibre/VoxeLibre#1796
No description provided.