tweaks
This commit is contained in:
@@ -212,7 +212,7 @@ function page:eventHandler(event)
|
||||
self:transfer(item, count, 'requesting ' .. count .. ' ...')
|
||||
else
|
||||
Sound.play('entity.villager.no')
|
||||
context:notify('nope ...')
|
||||
context:notifyError('nope ...')
|
||||
end
|
||||
|
||||
elseif event.type == 'plugin' then
|
||||
|
||||
@@ -280,7 +280,7 @@ function Storage:listItems(throttle)
|
||||
end
|
||||
end
|
||||
itemDB:flush()
|
||||
_G._debug('STORAGE: refresh ' .. #t .. ' inventories in ' .. timer())
|
||||
_G._debug('STORAGE: refresh ' .. #t .. ' inventories in ' .. Util.round(timer(), 2))
|
||||
|
||||
self.dirty = false
|
||||
self.cache = cache
|
||||
|
||||
Reference in New Issue
Block a user