diff --git a/Launch.lua b/Launch.lua index d2a4e232f..7fd2e5054 100644 --- a/Launch.lua +++ b/Launch.lua @@ -111,10 +111,8 @@ function launch:OnFrame() end function launch:OnKeyDown(key, doubleClick) - if key == "F5" then - if self.devMode then - self.doRestart = "Restarting..." - end + if key == "F5" and self.devMode then + self.doRestart = "Restarting..." elseif key == "u" and IsKeyDown("CTRL") then if not self.devMode then self:CheckForUpdate() diff --git a/manifest.xml b/manifest.xml index c4796862b..e7856b7d8 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,9 +1,9 @@ - - - + + +