summarylogtreecommitdiffstats
path: root/PathOfBuilding-force-disable-devmode.patch
blob: b4c24f88b3544f40bb9f10f4fd3b053a7633489f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Launch.lua b/Launch.lua
index 0673314..3126c1e 100644
--- a/Launch.lua
+++ b/Launch.lua
@@ -51,7 +51,7 @@ function launch:OnInit()
 	if localManXML and not self.versionBranch and not self.versionPlatform then
 		-- Looks like a remote manifest, so we're probably running from a repository
 		-- Enable dev mode to disable updates and set user path to be the script path
-		self.devMode = true
+		self.devMode = false
 	end
 	RenderInit()
 	ConPrintf("Loading main script...")