Skip to content

Commit edba1dc

Browse files
committedSep 11, 2017
Doors: Disable client dig prediction for protected doors
1 parent fe67ffd commit edba1dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎mods/doors/init.lua

+1
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ function doors.register(name, def)
410410

411411
return secret, "a locked door", owner
412412
end
413+
def.node_dig_prediction = ""
413414
else
414415
def.on_blast = function(pos, intensity)
415416
minetest.remove_node(pos)

0 commit comments

Comments
 (0)