Revert "Don't clear temp peds/vehicles"

This reverts commit 7a5167743b.
This commit is contained in:
Vortrex
2021-12-30 16:03:26 -06:00
parent 11af577b42
commit dccefe335f

View File

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