Files

8 lines
204 B
Lua
Raw Permalink Normal View History

2026-03-29 21:41:17 +03:00
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)