short log name

This commit is contained in:
Linventif 2023-09-23 03:14:20 +02:00
parent f8b2531667
commit 71121fa24c

View File

@ -2,7 +2,7 @@
function gmInte.log(msg, debug)
if (debug && !gmInte.config.debug) then return end
//format: [2021-08-01 00:00:00] [INFO] msg
print("[" .. os.date("%Y-%m-%d %H:%M:%S") .. "] [Garry's Mod Integration] " .. msg)
print("[" .. os.date("%Y-%m-%d %H:%M:%S") .. "] [Gmod Integration] " .. msg)
end
// Chat Command