From aa6445042163366b225cf65f6ce7186377f2faf6 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 27 Jul 2013 16:15:29 +0100 Subject: Removed all the pre-exising core files. --- MCServer/Plugins/Core/onplayerbreakingblock.lua | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 MCServer/Plugins/Core/onplayerbreakingblock.lua (limited to 'MCServer/Plugins/Core/onplayerbreakingblock.lua') diff --git a/MCServer/Plugins/Core/onplayerbreakingblock.lua b/MCServer/Plugins/Core/onplayerbreakingblock.lua deleted file mode 100644 index fc7d5897d..000000000 --- a/MCServer/Plugins/Core/onplayerbreakingblock.lua +++ /dev/null @@ -1,10 +0,0 @@ -function OnPlayerBreakingBlock(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 -- cgit v1.2.3