Skip to content

Commit 26abfc8

Browse files
authored
Merge pull request #3351 from Grocel/master
Major Update to Wire Map Interface
2 parents 8f46421 + 85ca1d6 commit 26abfc8

File tree

14 files changed

+3816
-810
lines changed

14 files changed

+3816
-810
lines changed

lua/autorun/wire_load.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ if SERVER then
8787
include("wire/server/modelplug.lua")
8888
include("wire/server/debuggerlib.lua")
8989
include("wire/server/sents_registry.lua")
90+
include("wire/server/wire_map_interface.lua")
9091

9192
if CreateConVar("wire_force_workshop", "1", FCVAR_ARCHIVE, "Should Wire force all clients to download the Workshop edition of Wire, for models? (requires restart to disable)"):GetBool() then
9293
if select(2, WireLib.GetVersion()):find("Workshop", 1, true) then

0 commit comments

Comments
 (0)