Remove garbage collector stuff

This commit is contained in:
Vortrex
2022-12-21 08:19:05 -06:00
parent e055bbb128
commit 9e5e410582
4 changed files with 4 additions and 8 deletions

View File

@@ -113,9 +113,6 @@ function oneMinuteTimerFunction() {
logToConsole(LOG_DEBUG, `[AGRP.Event] Updating all player name tags`);
updateAllPlayerNameTags();
}
logToConsole(LOG_DEBUG, `[AGRP.Event] Collecting all garbage`);
collectAllGarbage();
}
// ===========================================================================