Skip to content

Commit

Permalink
Few non-functional changes
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown-gd committed Aug 31, 2023
1 parent e25d159 commit 7d82dea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lua/gpm/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Msg( [[
module( "gpm", package.seeall )

StartTime = SysTime()
VERSION = "1.47.1"
VERSION = "1.48.0"

if not Colors then
Realm = "unknown"
Expand Down
4 changes: 2 additions & 2 deletions lua/gpm/logger.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ end

-- Default debug filter
local developer = GetConVar( "developer" )
local setmetatable = setmetatable

local function debugFilter()
return developer:GetInt() > 0
end

local setmetatable = setmetatable

function gpm.CreateLogger( name, color )
ArgAssert( name, 1, "string" )
return setmetatable( {
Expand Down

0 comments on commit 7d82dea

Please sign in to comment.