change editors default file to untitled.lua - add package for LuaFileSystem port

This commit is contained in:
kepler155c@gmail.com
2020-05-17 19:38:29 -06:00
parent 0619eee41c
commit 249414e027
9 changed files with 297 additions and 3 deletions

View File

@@ -553,7 +553,7 @@ function Storage:export(target, slot, count, item)
if amount ~= pcount then
-- this *should* only happen if cache is out of sync
-- out the target is full
-- or... the target is full
self:updateCache(adapter, item, pcount - amount)
end