mirror of
https://notabug.org/TenPlus1/protector.git
synced 2024-12-14 09:29:29 +01:00
Fixed pos bug
This commit is contained in:
parent
e0febf0dca
commit
85047cc4ee
3
init.lua
3
init.lua
@ -89,7 +89,8 @@ end
|
||||
|
||||
protector.can_dig = function(r, pos, digger, onlyowner, infolevel)
|
||||
|
||||
if not digger then
|
||||
if not digger
|
||||
or not pos then
|
||||
return false
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user