Some small fixes

This commit is contained in:
modmuss50 2015-06-17 17:33:57 +01:00
parent 598badc375
commit da4d56ac0f
3 changed files with 30 additions and 8 deletions

View file

@ -26,9 +26,6 @@ public class PacketIdsu extends SimplePacket {
this.buttonID = buttonID;
this.channel = channel;
this.newName = newName;
if(this.newName.equals("")){
this.newName = "BLANK!!!";
}
}
@Override