ennabled logging ooops
This commit is contained in:
@@ -91,3 +91,7 @@ end]]
|
||||
function logPrint(string)
|
||||
if logging then print(string) end
|
||||
end
|
||||
|
||||
function logWrite(string)
|
||||
if logging then print(string) end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user