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

@@ -64,7 +64,6 @@ function onResourceStart(event, resource) {
if (resource == thisResource) {
logToConsole(LOG_DEBUG | LOG_WARN, `[AGRP.Event] onResourceStart called - Sending signal to server`);
garbageCollectorInterval = setInterval(collectAllGarbage, 1000 * 60);
localPlayerMoneyInterval = setInterval(updateLocalPlayerMoney, 1000 * 5);
sendResourceStartedSignalToServer();
}