mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2024-11-23 18:45:31 +01:00
Remove the "hacking" message.
This commit is contained in:
parent
6d27ca7bea
commit
b4947475e2
@ -23,7 +23,6 @@ public class SignCreate implements Listener {
|
||||
String[] line = event.getLines();
|
||||
|
||||
if (!BlockUtil.isSign(signBlock)) {
|
||||
ChestShop.getBukkitLogger().severe("Player " + event.getPlayer().getName() + " tried to create a fake sign. Hacking?");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user