mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-16 06:37:34 +00:00
short log name
This commit is contained in:
parent
f8b2531667
commit
71121fa24c
|
@ -2,7 +2,7 @@
|
||||||
function gmInte.log(msg, debug)
|
function gmInte.log(msg, debug)
|
||||||
if (debug && !gmInte.config.debug) then return end
|
if (debug && !gmInte.config.debug) then return end
|
||||||
//format: [2021-08-01 00:00:00] [INFO] msg
|
//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
|
end
|
||||||
|
|
||||||
// Chat Command
|
// Chat Command
|
||||||
|
|
Loading…
Reference in New Issue
Block a user