mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Removing debug code.
This commit is contained in:
parent
2082c479f1
commit
c189a6b489
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user