- removed some extra warnings lol
This commit is contained in:
Mr Extremez
2020-02-10 00:42:02 -06:00
parent 5ab79b1128
commit 217f341d7d
7 changed files with 0 additions and 10 deletions
@@ -1,13 +1,11 @@
package com.rebotted.world;
import java.util.ArrayList;
import com.rebotted.GameEngine;
import com.rebotted.event.CycleEvent;
import com.rebotted.event.CycleEventContainer;
import com.rebotted.event.CycleEventHandler;
import com.rebotted.game.content.quests.QuestAssistant;
import com.rebotted.game.globalworldobjects.DoubleGates;
import com.rebotted.game.objects.Object;
import com.rebotted.game.objects.Objects;
import com.rebotted.game.objects.impl.FlourMill;
@@ -1,8 +1,6 @@
package com.rebotted.world.clip;
import java.util.LinkedList;
import com.rebotted.game.players.Client;
import com.rebotted.game.players.Player;
import com.rebotted.util.Misc;