Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
Fix allow explode.
Browse files Browse the repository at this point in the history
  • Loading branch information
Redbeanw44602 committed Aug 3, 2021
1 parent 5621905 commit 628e48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iland-core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2486,7 +2486,7 @@ mc.listen('onServerStarted',function()
perm.allow_ride_trans=false
perm.allow_shoot=false
local settings=land_data[landId].settings
-- settings.ev_explode=AIR.deepcopy(perm.allow_exploding)
settings.ev_explode=AIR.deepcopy(perm.allow_exploding)
settings.ev_farmland_decay=false
settings.ev_piston_push=false
settings.ev_fire_spread=false
Expand Down

0 comments on commit 628e48c

Please sign in to comment.