Load(CCVars.ConfigPresetDebug, "debug");
#endif
+#pragma warning disable CS8321
void Load(CVarDef<bool> cVar, string name)
{
var path = $"{ConfigPresetsDirBuild}{name}.toml";
sawmill.Info("Loaded config preset: {Preset}", path);
}
}
+#pragma warning restore CS8321
}
}
}
using Content.Server.Humanoid;
using Content.Server.Inventory;
using Content.Server.Mind.Commands;
-using Content.Shared.Nutrition;
using Content.Server.Polymorph.Components;
using Content.Shared.Actions;
using Content.Shared.Buckle;