Files
red-valley/resources/[framework]/[addons]/[quasar]/qs-advancedgarages/client/custom/debug.lua

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