Removing debug code.

This commit is contained in:
GJ 2012-04-03 01:17:25 -04:00
parent 2082c479f1
commit c189a6b489

View File

@ -234,12 +234,6 @@ public class Skills {
}
}
/* DEBUG */
if (player == null) {
System.out.println("Why am I null?");
return;
}
/* Always update XP Bar (Check if no levels were gained first to remove redundancy) */
if (skillups == 0 && LoadProperties.spoutEnabled && player instanceof SpoutPlayer) {
SpoutPlayer sPlayer = (SpoutPlayer) player;