json dialog parser fixed x6
This commit is contained in:
parent
3136e4bbc8
commit
e0266e41d5
@ -10,5 +10,6 @@ public enum WebSocketMessageType {
|
||||
PlayerColor,
|
||||
ShowDialog,
|
||||
HideDialog,
|
||||
ShowFieldInfo
|
||||
ShowFieldInfo,
|
||||
PerformDialogActions
|
||||
}
|
||||
|
@ -166,6 +166,7 @@ function chipMove(body) {
|
||||
function actionButtonClicked(action) {
|
||||
action = atob(action);
|
||||
console.log(action);
|
||||
sendMessage(JSON.parse(action), 'PerformDialogActions');
|
||||
}
|
||||
|
||||
function showDialog(body) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user