Files
red-valley/resources/[framework]/[addons]/[quasar]/qs-advancedgarages/client/custom/debug.lua
Kotzu c291b81f26 structura foldere
mutat kq- folders in un singur folder [kq]
2026-03-30 01:55:03 +03:00

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)