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