diff --git a/scripts/server/misc.js b/scripts/server/misc.js index 54947f1c..d6222526 100644 --- a/scripts/server/misc.js +++ b/scripts/server/misc.js @@ -251,16 +251,6 @@ function enterExitPropertyCommand(command, params, client) { // --------------------------------------------------------------------------- -function sendRemovedWorldObjectsToPlayer(client) { - for(let i in getGameConfig().removedWorldObjects[getServerGame()]) { - logToConsole(LOG_DEBUG, `[Asshat.Misc] Sending removed world object ${i} (${getGameConfig().removedWorldObjects[getServerGame()][i].model}) to ${client.name}`); - triggerNetworkEvent("ag.removeWorldObject", client, getGameConfig().removedWorldObjects[getServerGame()][i].model, getGameConfig().removedWorldObjects[getServerGame()][i].position, getGameConfig().removedWorldObjects[getServerGame()][i].range); - } - return true; -} - -// --------------------------------------------------------------------------- - function loadGameFixesResource() { switch(getServerGame()) { case GAME_GTA_III: