Lag fixed :) (#170)

This commit is contained in:
Daniel Ginovker
2019-11-11 00:21:40 -05:00
committed by GitHub
parent 2aef86ed25
commit 2f26fbe5fb
15 changed files with 20 additions and 26 deletions
@@ -65,11 +65,6 @@ public class ObjectsActions {
player.getActionSender().sendMessage("This object does not exist. Please report this to a staff member.");
return;
}
if (player.isBotting == true) {
player.getActionSender().sendMessage("You can't click any objects until you confirm you are not botting.");
player.getActionSender().sendMessage("If you need to you can type ::amibotting, to see if your botting.");
return;
}
if (Webs.webs(player, objectType)) {
Webs.slashWeb(player, objectType, objectX, objectY);
return;