diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2017-08-21 22:09:34 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2017-08-21 22:09:34 -0400 |
| commit | f6b7219d6c0e2ab1b7b23f87496b04167fa7737c (patch) | |
| tree | 6132d747891df64fa96b43a0628d5c4298d4782f /gamemode/core/mapstich/cl_mapstich.lua | |
| parent | 3571c0bd6a268921287c14a812aa133e9eebbcfa (diff) | |
| download | artery-f6b7219d6c0e2ab1b7b23f87496b04167fa7737c.tar.gz artery-f6b7219d6c0e2ab1b7b23f87496b04167fa7737c.tar.bz2 artery-f6b7219d6c0e2ab1b7b23f87496b04167fa7737c.zip | |
Hotfix around garry's retardation
Diffstat (limited to 'gamemode/core/mapstich/cl_mapstich.lua')
| -rw-r--r-- | gamemode/core/mapstich/cl_mapstich.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gamemode/core/mapstich/cl_mapstich.lua b/gamemode/core/mapstich/cl_mapstich.lua index 65a5208..e1e5fcc 100644 --- a/gamemode/core/mapstich/cl_mapstich.lua +++ b/gamemode/core/mapstich/cl_mapstich.lua @@ -10,3 +10,8 @@ hook.Add("Think","artery_checklevelchange",function() net.SendToServer() end end) + +net.Receive("art_sendtoserver",function() + local where = net.ReadString() + LocalPlayer():ConCommand("connect " .. where) +end) |
