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 76733a6 commit e7589ecCopy full SHA for e7589ec
pkg/demoinfocs/demoinfocs_test.go
@@ -35,7 +35,7 @@ const (
35
defaultDemPath = csDemosPath + "/default.dem"
36
retakeDemPath = csDemosPath + "/retake_unknwon_bombsite_index.dem"
37
unexpectedEndOfDemoPath = csDemosPath + "/unexpected_end_of_demo.dem"
38
- s2DemPath = demSetPathS2 + "/s2.dem"
+ s2DemPath = csDemosPath + "/s2.dem"
39
)
40
41
var concurrentDemos = flag.Int("concurrentdemos", 2, "The `number` of current demos")
0 commit comments