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

Commit

Permalink
Finish Hotfix-2.6-03
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorsCrafter committed Jun 9, 2017
2 parents c5c18e3 + aed02bb commit 436d042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbineControl_v2/src/start/start.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function checkUpdates()
--Check current branch (release or beta)
local currBranch = ""
local tmpString = string.sub(version,5,5)
if tmpString == "" or tmpString == nil then
if tmpString == "" or tmpString == nil or tmpString == "r" then
currBranch = "master"
elseif tmpString == "b" then
currBranch = "beta"
Expand Down

0 comments on commit 436d042

Please sign in to comment.