diff options
Diffstat (limited to 'Plugins/Core/onblockdig.lua')
-rw-r--r-- | Plugins/Core/onblockdig.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Plugins/Core/onblockdig.lua b/Plugins/Core/onblockdig.lua deleted file mode 100644 index 65e48576c..000000000 --- a/Plugins/Core/onblockdig.lua +++ /dev/null @@ -1,10 +0,0 @@ -function OnBlockDig(Player, BlockX, BlockY, BlockZ, BlockFace, Status, OldBlockType, OldBlockMeta)
- -- dont check if the direction is in the air
- if (BlockFace ~= -1) then
-
- if (Player:HasPermission("core.build") == false) then
- return true
- end
- end
- return false
-end
\ No newline at end of file |