From c327b107660790f6a2e5fed0a9c5304413019642 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 25 Oct 2021 13:07:35 -0500 Subject: [PATCH] Move game removed world objs to game resource --- scripts/shared/native/gtac.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/scripts/shared/native/gtac.js b/scripts/shared/native/gtac.js index e900db5a..0fffcfa3 100644 --- a/scripts/shared/native/gtac.js +++ b/scripts/shared/native/gtac.js @@ -1033,16 +1033,6 @@ function isWeatherSupported() { // =========================================================================== -function isRemovingWorldObjectsSupported() { - if(getGame() == GAME_GTA_III) { - return true; - } - - return false; -} - -// =========================================================================== - function arePickupsSupported() { if(isGTAIV()) { return false;