Skip to content

Commit

Permalink
Update src/Spawner/Spawner.Config.h
Browse files Browse the repository at this point in the history
Co-authored-by: Belonit <[email protected]>
  • Loading branch information
Multfinite and Belonit authored Sep 12, 2023
1 parent 009690f commit b2e2445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Spawner/Spawner.Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ class SpawnerConfig
// bool RunAutoSS;

// Custom mixes
std::list<std::pair<int, std::string>> PreloadMixes;
std::list<std::pair<int, std::string>> PostloadMixes;
std::list<const char*> PreloadMIXes;
std::list<const char*> PostloadMIXes;

SpawnerConfig() // default values
// Game Mode Options
Expand Down

0 comments on commit b2e2445

Please sign in to comment.