dfcaverns/df_underworld_items
Github is a non-free platform owned by Microsoft. Reasonable alternatives exist, such as Gitea, Sourcehut. We need a federated, mastodon-like forge based on ForgeFed. See: https://forgefed.org 8edf220213
fix crash when fake player dig slade (#46)
When a fake player, for example a node, dig slade, it return player ~= nil but it is not a current player, the server_diggable_only function tries to check the privs of the node, then this crashes

Here we use the built-in check player:is_player() so the node privs are not checked

This crash occurred in the technic mod when the corium eats the slade
2023-12-03 00:33:53 -07:00
..
locale Mineclone compatibility (#36) 2022-08-28 23:48:44 -06:00
models Mineclone compatibility (#36) 2022-08-28 23:48:44 -06:00
sounds Mineclone compatibility (#36) 2022-08-28 23:48:44 -06:00
textures Mineclone compatibility (#36) 2022-08-28 23:48:44 -06:00
LICENSE.txt Modpack refactor (#4) 2018-12-31 11:46:27 -07:00
ancient_lanterns.lua Mineclone compatibility (#36) 2022-08-28 23:48:44 -06:00
config.lua Mineclone compatibility (#36) 2022-08-28 23:48:44 -06:00
crystals_amethyst.lua Mineclone compatibility (#36) 2022-08-28 23:48:44 -06:00
doc.lua Mineclone compatibility (#36) 2022-08-28 23:48:44 -06:00
glow_stone.lua Mineclone compatibility (#36) 2022-08-28 23:48:44 -06:00
glowing_pit_plasma.lua Mineclone compatibility (#36) 2022-08-28 23:48:44 -06:00
hunter_statue.lua Mineclone compatibility (#36) 2022-08-28 23:48:44 -06:00
init.lua Mineclone compatibility (#36) 2022-08-28 23:48:44 -06:00
mod.conf Mineclone compatibility (#36) 2022-08-28 23:48:44 -06:00
puzzle_chest.lua Mineclone compatibility (#36) 2022-08-28 23:48:44 -06:00
puzzle_seal.lua Mineclone compatibility (#36) 2022-08-28 23:48:44 -06:00
settingtypes.txt Mineclone compatibility (#36) 2022-08-28 23:48:44 -06:00
slade.lua fix crash when fake player dig slade (#46) 2023-12-03 00:33:53 -07:00
slade_drill.lua group fixes suggested on the forum 2022-09-10 16:21:50 -06:00