mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-11-11 19:03:03 +00:00
Update CraftOS version to 1.9
This commit is contained in:
@@ -31,7 +31,7 @@ _G.bit = {
|
||||
|
||||
-- Install lua parts of the os api
|
||||
function os.version()
|
||||
return "CraftOS 1.8"
|
||||
return "CraftOS 1.9"
|
||||
end
|
||||
|
||||
function os.pullEventRaw(sFilter)
|
||||
|
||||
@@ -214,7 +214,7 @@ describe("The shell", function()
|
||||
local lines = {}
|
||||
for i = 1, 5 do lines[i] = win.getLine(i):gsub(" +$", "") end
|
||||
expect(lines):same {
|
||||
"CraftOS 1.8",
|
||||
"CraftOS 1.9",
|
||||
"> xyz",
|
||||
"Transferring transfer.txt",
|
||||
"> xyz",
|
||||
|
||||
Reference in New Issue
Block a user