1
0
Fork 0
forked from Simnation/Main
Main/resources/[Developer]/[Mark]/mh_garage/client/debug.lua
2025-08-05 08:45:18 +02:00

5 lines
No EOL
77 B
Lua

function Debug(text)
if Config.Debug then
print(text)
end
end