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:
4
migrations/1.1.2.lua
Normal file
4
migrations/1.1.2.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
script.on_configuration_changed(function (event)
|
||||
-- car index init fix
|
||||
global.car_entities = {}
|
||||
end)
|
||||
Reference in New Issue
Block a user