Don't clear temp peds/vehicles

This commit is contained in:
Vortrex
2021-12-30 12:12:30 -06:00
parent 8f69210235
commit 7a5167743b

View File

@@ -95,9 +95,6 @@ function onPlayerQuit(event, client, quitReasonId) {
}
messageDiscordEventChannel(`👋 ${getPlayerDisplayForConsole(client)} has left the server.`);
clearTemporaryVehicles();
clearTemporaryPeds();
}
// ===========================================================================