diff options
Diffstat (limited to 'gamemode/shared/log.lua')
| -rw-r--r-- | gamemode/shared/log.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/shared/log.lua b/gamemode/shared/log.lua index 63d3e0e..1ede67f 100644 --- a/gamemode/shared/log.lua +++ b/gamemode/shared/log.lua @@ -3,7 +3,7 @@ local fn = nrequire("fn.lua") local col = nrequire("colortheme.lua") local log = {} -log.debug = fn.curry( +log.debug = fn.compose( fn.curry( MsgC, col.console.cyan), |
