forked from Simnation/Main
[Garage] Changes + Log
This commit is contained in:
parent
03ae638141
commit
ee09c81d37
4 changed files with 68 additions and 6 deletions
5
resources/[carscripts]/mh_garage/client/debug.lua
Normal file
5
resources/[carscripts]/mh_garage/client/debug.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
function Debug(text)
|
||||
if Config.Debug then
|
||||
print(text)
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue