Loading CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr - Correctly calculate 'can enter' field for newly created tournaments. - Ensure tournament reset callbacks carry the correct ID. - Ensure tournament end callbacks carry the correct end and reset times. - Expose match stopped state to the Lua runtime match dispatcher. ## [2.9.1] - 2020-01-14 ### Changed Loading server/runtime_lua_match_core.go +4 −3 Original line number Diff line number Diff line Loading @@ -152,6 +152,7 @@ func NewRuntimeLuaMatchCore(logger *zap.Logger, db *sql.DB, jsonpbMarshaler *jso id: id, node: node, stopped: stopped, idStr: fmt.Sprintf("%v.%v", id.String(), node), stream: PresenceStream{ Mode: StreamModeMatchAuthoritative, Loading Loading
CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr - Correctly calculate 'can enter' field for newly created tournaments. - Ensure tournament reset callbacks carry the correct ID. - Ensure tournament end callbacks carry the correct end and reset times. - Expose match stopped state to the Lua runtime match dispatcher. ## [2.9.1] - 2020-01-14 ### Changed Loading
server/runtime_lua_match_core.go +4 −3 Original line number Diff line number Diff line Loading @@ -152,6 +152,7 @@ func NewRuntimeLuaMatchCore(logger *zap.Logger, db *sql.DB, jsonpbMarshaler *jso id: id, node: node, stopped: stopped, idStr: fmt.Sprintf("%v.%v", id.String(), node), stream: PresenceStream{ Mode: StreamModeMatchAuthoritative, Loading