feat: create config folder at runtime
This commit is contained in:
parent
05256ecd8a
commit
4b7b22aad4
2 changed files with 19 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue