GotBackOnVehicleEvent
is a function and thus returns a new event()
object every time - you should use an array or map instead to ensure the same object is being used
1 Like
GotBackOnVehicleEvent
is a function and thus returns a new event()
object every time - you should use an array or map instead to ensure the same object is being used