@@ -217,6 +217,7 @@ namespace Content.Server.Entry
|
||||
Load(CCVars.ConfigPresetDebug, "debug");
|
||||
#endif
|
||||
|
||||
#pragma warning disable CS8321
|
||||
void Load(CVarDef<bool> cVar, string name)
|
||||
{
|
||||
var path = $"{ConfigPresetsDirBuild}{name}.toml";
|
||||
@@ -226,6 +227,7 @@ namespace Content.Server.Entry
|
||||
sawmill.Info("Loaded config preset: {Preset}", path);
|
||||
}
|
||||
}
|
||||
#pragma warning restore CS8321
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user