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 8899634 commit 1f98bb0Copy full SHA for 1f98bb0
debug_on.go
@@ -18,12 +18,12 @@ const (
18
no = "NO"
19
)
20
21
-// Can be overridden via -ldflags '-X github.com/markus-wa/demoinfocs-golang.debugIngameTicks=YES'
+// Can be overridden via -ldflags '-X github.com/markus-wa/demoinfocs-golang.debugServerClasses=YES'
22
// Oh and btw we cant use bools for this, Go says 'cannot use -X with non-string symbol'
23
var debugGameEvents = yes
24
-var debugUnhandledMessages = yes
25
-var debugIngameTicks = no
26
-var debugDemoCommands = yes
+var debugUnhandledMessages = no
+var debugIngameTicks = yes
+var debugDemoCommands = no
27
var debugServerClasses = no
28
29
func debugGameEvent(d *msg.CSVCMsg_GameEventListDescriptorT, ge *msg.CSVCMsg_GameEvent) {
0 commit comments