1
0
mirror of https://github.com/Wyrrrd/Gun_Turret_Alerts.git synced 2026-04-17 19:24:52 +02:00

Fix game crash on existing save

This commit is contained in:
Wyrrrd
2021-03-28 17:49:53 +02:00
parent d2bdd2663f
commit 7f0fa8bbcf
4 changed files with 11 additions and 2 deletions

4
migrations/1.1.2.lua Normal file
View File

@@ -0,0 +1,4 @@
script.on_configuration_changed(function (event)
-- car index init fix
global.car_entities = {}
end)