-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issues with VEF caches and multi-map abilities (VFE-P blast off) (#…
…484) The multi-map abilities don't work because MP doesn't allow for syncing more than 1 map at a time (exception due to a map mismatch). The static cache clearing is no longer needed, as the caches got reworked to no longer re-cache periodically and should (hopefully) be safe. I've left the method/region, as VFE has `StaticCollectionsClass` class with a couple of caches we could clear to reduce RAM usage (check comment for more info).
- Loading branch information
1 parent
663e35f
commit 5570ac0
Showing
1 changed file
with
35 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters