2026-04-14 17:41:39 +02:00

8 lines
211 B
Lua

if not Config.Debug then return end
Debug('`gizmo` debug command initialized')
RegisterCommand('gizmo', function(source, args, raw)
currentlyInGarage = 'Pillbox Hill Garage'
decorate:open()
end)