Skip to content

Commit b2e2445

Browse files
MultfiniteBelonit
andauthored
Update src/Spawner/Spawner.Config.h
Co-authored-by: Belonit <54427022+Belonit@users.noreply.github.com>
1 parent 009690f commit b2e2445

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Spawner/Spawner.Config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ class SpawnerConfig
139139
// bool RunAutoSS;
140140

141141
// Custom mixes
142-
std::list<std::pair<int, std::string>> PreloadMixes;
143-
std::list<std::pair<int, std::string>> PostloadMixes;
142+
std::list<const char*> PreloadMIXes;
143+
std::list<const char*> PostloadMIXes;
144144

145145
SpawnerConfig() // default values
146146
// Game Mode Options

0 commit comments

Comments
 (0)