debug patch
This commit is contained in:
parent
78bf203d23
commit
b448a5df2f
@ -125,6 +125,7 @@ public class GameRoom {
|
|||||||
buttons.add(new DialogButton("Button1", DialogButtonColor.GREEN, Collections.singletonList(WebSocketMessageType.HideDialog)));
|
buttons.add(new DialogButton("Button1", DialogButtonColor.GREEN, Collections.singletonList(WebSocketMessageType.HideDialog)));
|
||||||
DialogButtonsList b = new DialogButtonsList(buttons);
|
DialogButtonsList b = new DialogButtonsList(buttons);
|
||||||
sendMessage(message.getUid(), WebSocketMessageType.ShowDialog, new ActionDialog("Title!", "Description!", ActionDialogType.Buttons, b));
|
sendMessage(message.getUid(), WebSocketMessageType.ShowDialog, new ActionDialog("Title!", "Description!", ActionDialogType.Buttons, b));
|
||||||
|
log.info("FUUUUUUUUUUUUUUUUUUCK");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void sendMessage(Long userId, WebSocketMessageType type, Object o) {
|
private void sendMessage(Long userId, WebSocketMessageType type, Object o) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user