1
0
mirror of https://github.com/SmallJoker/exchange_shop.git synced 2025-07-05 01:30:29 +02:00

Clean up formspec, remove old pipeworks code

This commit is contained in:
SmallJoker
2018-07-09 10:54:02 +02:00
parent 130389705b
commit 7cb00df6dc
2 changed files with 63 additions and 47 deletions

View File

@ -157,6 +157,6 @@ function exchange_shop.exchange_action(player_inv, shop_inv)
end
end
if not fully_exchanged then
return "Warning! Stacks are overflowing somewhere!"
return "Warning! Stacks are overflowing somewhere!", true
end
end