Skip to content

Commit

Permalink
pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
edshot99 committed Apr 12, 2024
1 parent 13923c1 commit 38b9735
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/autorun/gmod_discord_relay.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if SERVER then
include("sv_config.lua")
include("relay/sv_config.lua")
include("relay/sv_msgSend.lua")
include("relay/sv_msgGet.lua")

Expand All @@ -18,7 +18,7 @@ if SERVER then
end
--

AddCSLuaFile('cl_config.lua')
AddCSLuaFile('relay/cl_config.lua')
AddCSLuaFile('relay/cl_msgReceive.lua')

print( "----------------------\n" )
Expand All @@ -27,6 +27,6 @@ if SERVER then
end

if CLIENT then
include('cl_config.lua')
include('relay/cl_config.lua')
include('relay/cl_msgReceive.lua')
end

0 comments on commit 38b9735

Please sign in to comment.