forked from Simnation/Main
5 lines
No EOL
77 B
Lua
5 lines
No EOL
77 B
Lua
function Debug(text)
|
|
if Config.Debug then
|
|
print(text)
|
|
end
|
|
end |