We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0a6ae commit cd1bc5bCopy full SHA for cd1bc5b
parser.go
@@ -80,8 +80,8 @@ func (p *Parser) GameState() *GameState {
80
}
81
82
// Entities returns the available entities
83
-func (p *Parser) Entities() *map[int]*st.Entity {
84
- return &p.entities
+func (p *Parser) Entities() map[int]*st.Entity {
+ return p.entities
85
86
87
// CurrentFrame return the number of the current frame, aka. 'demo-tick' (Since demos often have a different tick-rate than the game).
0 commit comments