Timer.lua

I just had a player tell me that our game Gunman Taco Truck throws an error when he buys a toolkit in the Garage. 

He took a screenshot and the error is in the timer.lua code.

The cause of that error would be passing a nil or non-table to timer.cancel().

Rob

The cause of that error would be passing a nil or non-table to timer.cancel().

Rob