moved stats to protocol for message
This commit is contained in:
parent
cae2b51056
commit
28ef543265
2 changed files with 2 additions and 1 deletions
|
@ -111,7 +111,6 @@ handle_cast({srv_cmd, "define", _Headers, Data}, #state { table = Table } = Stat
|
|||
{noreply, State};
|
||||
|
||||
handle_cast({game_cmd, Command, _Headers, Data}, #state { table = Table } = State) ->
|
||||
ggs_stats:message(),
|
||||
ggs_table:notify(Table, self(), {game, Command, Data}),
|
||||
{noreply, State};
|
||||
|
||||
|
|
Reference in a new issue