mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
quick
- removed some extra warnings lol
This commit is contained in:
-1
@@ -3,7 +3,6 @@ package com.rebotted.game.content.skills.runecrafting;
|
|||||||
import com.rebotted.game.content.music.sound.SoundList;
|
import com.rebotted.game.content.music.sound.SoundList;
|
||||||
import com.rebotted.game.content.randomevents.RandomEventHandler;
|
import com.rebotted.game.content.randomevents.RandomEventHandler;
|
||||||
import com.rebotted.game.content.skills.SkillHandler;
|
import com.rebotted.game.content.skills.SkillHandler;
|
||||||
import com.rebotted.game.players.Client;
|
|
||||||
import com.rebotted.game.players.Player;
|
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.skills.woodcutting.Woodcutting;
|
||||||
import com.rebotted.game.content.traveling.DesertCactus;
|
import com.rebotted.game.content.traveling.DesertCactus;
|
||||||
import com.rebotted.game.globalworldobjects.ClimbOther;
|
import com.rebotted.game.globalworldobjects.ClimbOther;
|
||||||
import com.rebotted.game.globalworldobjects.DoubleGates;
|
|
||||||
import com.rebotted.game.globalworldobjects.PassDoor;
|
import com.rebotted.game.globalworldobjects.PassDoor;
|
||||||
import com.rebotted.game.globalworldobjects.SingleGates;
|
|
||||||
import com.rebotted.game.globalworldobjects.ClimbOther.ClimbData;
|
import com.rebotted.game.globalworldobjects.ClimbOther.ClimbData;
|
||||||
import com.rebotted.game.items.impl.LightSources;
|
import com.rebotted.game.items.impl.LightSources;
|
||||||
import com.rebotted.game.npcs.NpcHandler;
|
import com.rebotted.game.npcs.NpcHandler;
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
package com.rebotted.game.objects.impl;
|
package com.rebotted.game.objects.impl;
|
||||||
|
|
||||||
import com.rebotted.GameEngine;
|
import com.rebotted.GameEngine;
|
||||||
import com.rebotted.game.content.traveling.DesertCactus;
|
|
||||||
import com.rebotted.game.content.traveling.DesertHeat;
|
import com.rebotted.game.content.traveling.DesertHeat;
|
||||||
import com.rebotted.game.players.Player;
|
import com.rebotted.game.players.Player;
|
||||||
import com.rebotted.world.clip.Region;
|
import com.rebotted.world.clip.Region;
|
||||||
|
|||||||
@@ -123,7 +123,6 @@ public class ShopHandler {
|
|||||||
String line = "";
|
String line = "";
|
||||||
String token = "";
|
String token = "";
|
||||||
String token2 = "";
|
String token2 = "";
|
||||||
String token2_2 = "";
|
|
||||||
String[] token3 = new String[(MAX_SHOP_ITEMS * 2)];
|
String[] token3 = new String[(MAX_SHOP_ITEMS * 2)];
|
||||||
boolean EndOfFile = false;
|
boolean EndOfFile = false;
|
||||||
BufferedReader characterfile = null;
|
BufferedReader characterfile = null;
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ package com.rebotted.net.packets;
|
|||||||
|
|
||||||
import com.rebotted.GameConstants;
|
import com.rebotted.GameConstants;
|
||||||
import com.rebotted.game.dialogues.Dialogue;
|
import com.rebotted.game.dialogues.Dialogue;
|
||||||
import com.rebotted.game.players.Client;
|
|
||||||
import com.rebotted.game.players.Player;
|
import com.rebotted.game.players.Player;
|
||||||
import com.rebotted.net.packets.impl.AttackPlayer;
|
import com.rebotted.net.packets.impl.AttackPlayer;
|
||||||
import com.rebotted.net.packets.impl.Bank10;
|
import com.rebotted.net.packets.impl.Bank10;
|
||||||
|
|||||||
@@ -1,13 +1,11 @@
|
|||||||
package com.rebotted.world;
|
package com.rebotted.world;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
|
||||||
import com.rebotted.GameEngine;
|
import com.rebotted.GameEngine;
|
||||||
import com.rebotted.event.CycleEvent;
|
import com.rebotted.event.CycleEvent;
|
||||||
import com.rebotted.event.CycleEventContainer;
|
import com.rebotted.event.CycleEventContainer;
|
||||||
import com.rebotted.event.CycleEventHandler;
|
import com.rebotted.event.CycleEventHandler;
|
||||||
import com.rebotted.game.content.quests.QuestAssistant;
|
import com.rebotted.game.content.quests.QuestAssistant;
|
||||||
import com.rebotted.game.globalworldobjects.DoubleGates;
|
|
||||||
import com.rebotted.game.objects.Object;
|
import com.rebotted.game.objects.Object;
|
||||||
import com.rebotted.game.objects.Objects;
|
import com.rebotted.game.objects.Objects;
|
||||||
import com.rebotted.game.objects.impl.FlourMill;
|
import com.rebotted.game.objects.impl.FlourMill;
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
package com.rebotted.world.clip;
|
package com.rebotted.world.clip;
|
||||||
|
|
||||||
import java.util.LinkedList;
|
import java.util.LinkedList;
|
||||||
|
|
||||||
import com.rebotted.game.players.Client;
|
|
||||||
import com.rebotted.game.players.Player;
|
import com.rebotted.game.players.Player;
|
||||||
import com.rebotted.util.Misc;
|
import com.rebotted.util.Misc;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user