milo shop updates

This commit is contained in:
kepler155c@gmail.com
2019-01-11 20:13:50 -05:00
parent 11da26e078
commit 9cb3a084db
2 changed files with 13 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ local function handleTransaction(transaction)
local count = math.floor(value / price)
local uid = math.random()
print('requesting %d of %s', count, itemId)
print(string.format('requesting %d of %s', count, itemId))
os.queueEvent('store_provide', itemId, count, uid)
local timerId = os.startTimer(5)
while true do