protected void actionPerformed(GuiButton button) {
if(button.id == 0) {
RedNetChange[] packetData = getUpdatePacketData();
if(packetData == null) { return; }
CommonPacketHandler.INSTANCE.sendToServer(new ReactorRedNetPortChangeMessage(port, packetData));
}
if(button.id == 1 || button.id == 2) {
changeSubSetting(button.id == 1);
}