Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Doors: Disable client dig prediction for protected doors
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
mods/doors/init.lua
|
@@ -410,6 +410,7 @@ function doors.register(name, def) |
|
|
|
|
|
return secret, "a locked door", owner |
|
|
end |
|
|
def.node_dig_prediction = "" |
|
|
else |
|
|
def.on_blast = function(pos, intensity) |
|
|
minetest.remove_node(pos) |
|
|
This comment has been minimized.
edba1dc
TODO: