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