You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/demoinfocs/parser.go
+1
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ type parser struct {
104
104
equipmentTypePerModelmap[uint64]common.EquipmentType// Used to retrieve the EquipmentType of grenade projectiles based on models value. Source 2 only.
105
105
stringTables []createStringTable// Contains all created sendtables, needed when updating them
106
106
delayedEventHandlers []func() // Contains event handlers that need to be executed at the end of a tick (e.g. flash events because FlashDuration isn't updated before that)
107
+
pendingMessagesCache []pendingMessage// Cache for pending messages that need to be dispatched after the current tick
107
108
}
108
109
109
110
// NetMessageCreator creates additional net-messages to be dispatched to net-message handlers.
0 commit comments