- 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;