5dc95a91c4
This prevents a problem where players can drop items into other players' protected areas but cannot dig them. Other solutions to prevent players from placing items into protected areas in the first place may be possible, and may still be explored, but are not foolproof and so this acts as a fallback at least.
17 lines
393 B
Lua
17 lines
393 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include('node')
|
|
include('ent_item')
|
|
include('ent_falling')
|
|
include('hooks')
|
|
include('burnup')
|
|
include('pulverize')
|
|
include('throw_inertia')
|
|
include('hints')
|
|
include('protect')
|