Skip to content

Commit 02a3a3b

Browse files
committed
events: fix docs on DataTablesParsed referencing non-existent type
1 parent 1cd9653 commit 02a3a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/demoinfocs/events/events.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ type ItemDrop struct {
488488
}
489489

490490
// DataTablesParsed signals that the datatables were parsed.
491-
// You can use the Parser.SendTableParser() after this event to register update notification on entities & properties.
491+
// You can use the Parser.ServerClasses() after this event to register update notification on entities & properties.
492492
type DataTablesParsed struct{}
493493

494494
// StringTableCreated signals that a string table was created via net message.

0 commit comments

Comments
 (0)