1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-31 13:42:59 +00:00

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

View File

@@ -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 )