Merge pull request #206 from Lignum/update-craftos-version

Set CraftOS version to 1.8
This commit is contained in:
Daniel Ratcliffe
2017-05-07 00:41:58 +01:00
committed by GitHub
@@ -167,7 +167,7 @@ end
-- Install lua parts of the os api
function os.version()
return "CraftOS 1.7"
return "CraftOS 1.8"
end
function os.pullEventRaw( sFilter )