Fixing update stuff

This commit is contained in:
Openarl
2016-05-16 23:41:33 +10:00
parent 389a377b31
commit 52361cd3b1
2 changed files with 39 additions and 2 deletions

View File

@@ -9,6 +9,12 @@ SetWindowTitle("PathOfBuilding")
ConExecute("set vid_mode 1")
ConExecute("set vid_resizable 3")
local opFile = io.open("Update/opFile.txt", "r")
if opFile then
opFile:close()
LoadModule("Update")
end
local launch = { }
SetMainObject(launch)