Skip to content
This repository was archived by the owner on Jan 30, 2021. It is now read-only.

Commit 436d042

Browse files
committed
Finish Hotfix-2.6-03
2 parents c5c18e3 + aed02bb commit 436d042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbineControl_v2/src/start/start.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function checkUpdates()
101101
--Check current branch (release or beta)
102102
local currBranch = ""
103103
local tmpString = string.sub(version,5,5)
104-
if tmpString == "" or tmpString == nil then
104+
if tmpString == "" or tmpString == nil or tmpString == "r" then
105105
currBranch = "master"
106106
elseif tmpString == "b" then
107107
currBranch = "beta"

0 commit comments

Comments
 (0)