Commit 33209312 authored by Chunchi Che's avatar Chunchi Che

handle HINT_SELECTMSG

parent e0fc2b96
Pipeline #18802 passed with stages
in 2 minutes and 57 seconds
...@@ -7,7 +7,8 @@ export default (hint: MsgHint, dispatch: AppDispatch) => { ...@@ -7,7 +7,8 @@ export default (hint: MsgHint, dispatch: AppDispatch) => {
const player = hint.player; const player = hint.player;
switch (hint.hint_type) { switch (hint.hint_type) {
case MsgHint.HintType.HINT_EVENT: case MsgHint.HintType.HINT_EVENT:
case MsgHint.HintType.HINT_MESSAGE: { case MsgHint.HintType.HINT_MESSAGE:
case MsgHint.HintType.HINT_SELECTMSG: {
dispatch(fetchHintMeta([player, hint.hint_data])); dispatch(fetchHintMeta([player, hint.hint_data]));
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment