This commit is contained in:
Igor Timofeev 2018-09-12 14:06:13 +03:00
parent bdc7e1fc4e
commit ee48ae9eb0

3
OS.lua
View File

@ -778,7 +778,8 @@ runTasks(2)
MineOSInterface.applyTransparency() MineOSInterface.applyTransparency()
updateCurrentTimestamp() updateCurrentTimestamp()
createOSWindow() createOSWindow()
login() -- login()
MineOSInterface.mainContainer:drawOnScreen()
MineOSNetwork.update() MineOSNetwork.update()
runTasks(1) runTasks(1)