Added NumberFormatException check
parent
d1ce57dc2b
commit
d054d84339
|
@ -56,6 +56,7 @@ public class SendTestMessageCommand extends Command {
|
|||
consumer);
|
||||
} catch (NumberFormatException exception) {
|
||||
proxiedPlayer.sendMessage(new TextComponent("§7Error: §cNumberFormatException"));
|
||||
return;
|
||||
}
|
||||
|
||||
ProxySystem.getInstance().getKraSocketClient().getSocketClient()
|
||||
|
|
Loading…
Reference in New Issue