You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lua/streamradio_core/_load.lua
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -275,15 +275,15 @@ local function loadAddon()
275
275
localBRANCH=BRANCHor""
276
276
localversionError=nil
277
277
278
-
ifBRANCH=="network_test" then
279
-
-- The Branch contains upcomming network changes, but might might be at least a major patch behind on most other stuff.
280
-
281
-
ifCLIENTthen
282
-
versionError=string.format("Your GMod-Client runs on an outdated branch (version: %s)\nPlease switch to an up-to-date branch! Recommended: Puplic or x86-64.", BRANCH)
283
-
else
284
-
versionError=string.format("The GMod-Server runs on an outdated branch (version: %s)\nPlease switch to an up-to-date branch! Recommended: Puplic or x86-64.", BRANCH)
285
-
end
286
-
else
278
+
--if BRANCH == "network_test" then
279
+
-- -- The Branch contains upcomming network changes, but might might be at least a major patch behind on most other stuff.
280
+
281
+
-- if CLIENT then
282
+
-- versionError = string.format("Your GMod-Client runs on an outdated branch (version: %s)\nPlease switch to an up-to-date branch! Recommended: Puplic or x86-64.", BRANCH)
283
+
-- else
284
+
-- versionError = string.format("The GMod-Server runs on an outdated branch (version: %s)\nPlease switch to an up-to-date branch! Recommended: Puplic or x86-64.", BRANCH)
0 commit comments