Skip to content

Commit

Permalink
Patch2
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown-gd committed Jul 9, 2023
1 parent 61acfd5 commit b405c4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/gpm/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Msg( [[

module( "gpm", package.seeall )

_VERSION = 014101
_VERSION = 014102

if not Colors then
Realm = "unknown"
Expand Down Expand Up @@ -193,9 +193,9 @@ if not MENU_DLL then
IncludeComponent "commands"
end

if SERVER or MENU_DLL then
if SERVER or MENU_DLL or game.IsDedicated() then
ImportFolder( "packages", nil, true )
elseif not game.IsDedicated() then
else
util.NextTick( ImportFolder, "packages", nil, true )
end

Expand Down

0 comments on commit b405c4d

Please sign in to comment.