feat: create config folder at runtime

This commit is contained in:
anavoi 2025-07-12 23:33:41 +02:00
commit 4b7b22aad4
2 changed files with 19 additions and 0 deletions

View file

@ -49,6 +49,11 @@ public class Plugin : BaseUnityPlugin
GBSUCompInit();
Helper.DisableAnalytics(); // thank me later
// create server config path
Helper.CreateRotationFolder();
Log.LogDebug("Server game config should be found at " + Helper.GameConfigPath);
}
private static void GBSUCompInit()