8 lines
204 B
Lua
8 lines
204 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)
|