Skip to content

Commit 2a12b1f

Browse files
committed
Move create server to HTML + cleanup game mount appearance HTML
1 parent fa83fd5 commit 2a12b1f

File tree

14 files changed

+683
-168
lines changed

14 files changed

+683
-168
lines changed
-88.1 KB
Loading

docs/screenshot-start-server.jpg

-261 KB
Loading

game/experiment/GameContent.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
{
33
"filesystem"
44
{
5-
"garrysmod" "4000"
65
"cstrike" "240"
76
"hl2" "220"
7+
"garrysmod" "4000"
88
}
99
}

game/experiment/addons/gmod_compatibility/scripts/lua/includes/modules/gmod_compatibility/sh_init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,6 +1027,7 @@ if (SERVER) then
10271027
self:RemoveAllItems(shouldRemoveSuit)
10281028
end
10291029

1030+
util.AddNetworkString("__PlayerLuaRun")
10301031
function PLAYER_META:SendLua(lua)
10311032
net.Start("__PlayerLuaRun")
10321033
net.WriteString(lua)

0 commit comments

Comments
 (0)