1
0
Fork 0
forked from Simnation/Main
Main/resources/[Developer]/mh_garage/client/debug.lua
2025-08-06 15:36:50 +02:00

5 lines
No EOL
77 B
Lua

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