- 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
@@ -3,7 +3,6 @@ package com.rebotted.game.content.skills.runecrafting;
import com.rebotted.game.content.music.sound.SoundList;
import com.rebotted.game.content.randomevents.RandomEventHandler;
import com.rebotted.game.content.skills.SkillHandler;
import com.rebotted.game.players.Client;
import com.rebotted.game.players.Player;
/**
@@ -28,9 +28,7 @@ import com.rebotted.game.content.skills.thieving.ThieveOther;
import com.rebotted.game.content.skills.woodcutting.Woodcutting;
import com.rebotted.game.content.traveling.DesertCactus;
import com.rebotted.game.globalworldobjects.ClimbOther;
import com.rebotted.game.globalworldobjects.DoubleGates;
import com.rebotted.game.globalworldobjects.PassDoor;
import com.rebotted.game.globalworldobjects.SingleGates;
import com.rebotted.game.globalworldobjects.ClimbOther.ClimbData;
import com.rebotted.game.items.impl.LightSources;
import com.rebotted.game.npcs.NpcHandler;
@@ -1,7 +1,6 @@
package com.rebotted.game.objects.impl;
import com.rebotted.GameEngine;
import com.rebotted.game.content.traveling.DesertCactus;
import com.rebotted.game.content.traveling.DesertHeat;
import com.rebotted.game.players.Player;
import com.rebotted.world.clip.Region;
@@ -123,7 +123,6 @@ public class ShopHandler {
String line = "";
String token = "";
String token2 = "";
String token2_2 = "";
String[] token3 = new String[(MAX_SHOP_ITEMS * 2)];
boolean EndOfFile = false;
BufferedReader characterfile = null;
@@ -2,7 +2,6 @@ package com.rebotted.net.packets;
import com.rebotted.GameConstants;
import com.rebotted.game.dialogues.Dialogue;
import com.rebotted.game.players.Client;
import com.rebotted.game.players.Player;
import com.rebotted.net.packets.impl.AttackPlayer;
import com.rebotted.net.packets.impl.Bank10;
@@ -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;