Fixed bug to let multiple people play at the same time.

This commit is contained in:
Kusal Ekanayake
2017-07-25 14:27:52 +12:00
parent 52bfa3ad34
commit 2f12f3e34f
3 changed files with 6 additions and 5 deletions
@@ -37,7 +37,7 @@
<GridPane.margin>
<Insets left="5.0" right="5.0" />
</GridPane.margin></Button>
<TextField fx:id="ipTextField" alignment="CENTER" maxWidth="-Infinity" prefHeight="25.0" prefWidth="148.0" promptText="Host IP" text="132.181.14." GridPane.halignment="RIGHT" GridPane.rowIndex="4">
<TextField fx:id="ipTextField" alignment="CENTER" maxWidth="-Infinity" prefHeight="25.0" prefWidth="148.0" promptText="Host IP" text="localhost" GridPane.halignment="RIGHT" GridPane.rowIndex="4">
<GridPane.margin>
<Insets bottom="10.0" left="5.0" right="85.0" top="10.0" />
</GridPane.margin>