When it transitions from day to night bot settings aren't changing.
For example:
"Abandoned Supermarket 0": {
"type": 0,
"Spawn": {
"AutoSpawn": true,
"Radius": 20,
"BotNames": [],
"BotNamePrefix": "Crazed Shopper",
"Keep_Default_Loadout": false,
"Kit": [
"CrazedShopper"
],
"Day_Time_Spawn_Amount": 4,
"Night_Time_Spawn_Amount": 2,
Once 8pm hits, there are still 4. If I reload the plugin, it correctly goes to 2. But then at 8am it doesn't change to 4 until reloaded.
I am using the TimeOfDay plugin and that is set to 50 minutes day, 10 minutes night. However, disabling it doesn't seem to make any difference.
Thanks,