mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Boat names now change, just the issue of the lobby not updating unless another person joins/leaves to try and fix.
tags: #story[1142]
This commit is contained in:
@@ -32,6 +32,9 @@ public class CustomizationController {
|
||||
public void submitCustomization() {
|
||||
System.out.println("Attempting to send");
|
||||
socketThread.sendCustomizationRequest(CustomizeRequestType.NAME, nameField.getText().getBytes());
|
||||
// TODO: 16/08/17 ajm412: Turn colors into byte array.
|
||||
socketThread.sendCustomizationRequest(CustomizeRequestType.COLOR,
|
||||
boatColorPicker.getValue().toString().getBytes());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user