1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-10 19:57:38 +00:00

Bump CraftOS version to 1.8

This commit is contained in:
Lignum
2017-05-06 23:26:45 +02:00
parent 423d5af87f
commit 2c7ee1d7e7

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 )