[Suggestion] Automatically call System.gc() instead of periodically
DeshiDesu opened this issue ยท 1 comments
Call System.gc() only when necessary or when memory builds up.
Calling System.gc() freezes your screen briefly which is not good during moments of gameplay (ex: during pvp). Instead call System.gc() automatically when your memory builds up instead of periodically.