1
0
mirror of https://github.com/Wyrrrd/Gun_Turret_Alerts.git synced 2026-06-04 00:06:38 +02:00

Fixed migration breaking multiplayer

Removed migration, fixed missing car index through on_config_changed
This commit is contained in:
Wyrrrd
2021-04-02 14:20:20 +02:00
parent 2b5f19052e
commit 846fb1412e
3 changed files with 10 additions and 6 deletions
-4
View File
@@ -1,4 +0,0 @@
script.on_configuration_changed(function (event)
-- car index init fix
global.car_entities = {}
end)