mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
[ReconnectionSystemFix] Initial Release
This commit is contained in:
parent
aa9bc6fbc3
commit
c94ce9331a
8 changed files with 228 additions and 1 deletions
|
@ -7,7 +7,7 @@ namespace NAK.LazyPrune;
|
|||
|
||||
public class LazyPrune : MelonMod
|
||||
{
|
||||
private static MelonLogger.Instance Logger;
|
||||
internal static MelonLogger.Instance Logger;
|
||||
|
||||
//private const int MAX_OBJECTS_UNLOADED_AT_ONCE = 5; // just to alleviate hitch on mass destruction
|
||||
private const float OBJECT_CACHE_TIMEOUT = 3f; // minutes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue