mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:17:01 +00:00
fix: 修复turtle_farmer.lua中缺少的end语句
This commit is contained in:
@@ -62,6 +62,7 @@ local function isInventoryFull()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
return empty_slots <= INVENTORY_FULL_THRESHOLD
|
return empty_slots <= INVENTORY_FULL_THRESHOLD
|
||||||
|
end
|
||||||
|
|
||||||
|
|
||||||
-- 检查燃料是否充足
|
-- 检查燃料是否充足
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
-- LeonOS installer
|
-- LeonOS installer
|
||||||
local INSTALLER_VERSION = "0.3.8 Beta 15"
|
local INSTALLER_VERSION = "0.3.8 Beta 16"
|
||||||
local DEFAULT_ROM_DIR = "/leonos"
|
local DEFAULT_ROM_DIR = "/leonos"
|
||||||
|
|
||||||
print("Start loading LeonOS installer ("..INSTALLER_VERSION..")...")
|
print("Start loading LeonOS installer ("..INSTALLER_VERSION..")...")
|
||||||
|
|||||||
Reference in New Issue
Block a user