Skip to content
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.

Commit

Permalink
Tiny bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oeed committed Nov 8, 2014
1 parent c933a0e commit 64d499d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion System/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ function AutoUpdateResponse(self, event, url, data)
else
Log.i('OneOS is neither up to date or behind. (.version probably edited)')
end
else
elseif Current.Program then
Current.Program:QueueEvent(event, url, data)
end
end
Expand Down
2 changes: 1 addition & 1 deletion startup
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ for k, v in pairs(_G) do
cleanEnvironment[k] = v
end

isDebug = true
isDebug = false

oldTerm = term

Expand Down

0 comments on commit 64d499d

Please sign in to comment.