Main/resources/[carscripts]/mh_garage/client/debug.lua

5 lines
77 B
Lua
Raw Normal View History

2025-06-08 15:19:18 +02:00
function Debug(text)
if Config.Debug then
print(text)
end
end