Commit 76d7c140 authored by Andrei Mihu's avatar Andrei Mihu
Browse files

Expose match stopped state to the Lua runtime match dispatcher.

parent ef047c5c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+4 −3
Original line number Diff line number Diff line
@@ -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,