v2.2.0: fixed cancelling non-anonymized scrolls spending time

This commit is contained in:
Evan Debenham
2023-10-04 14:07:17 -04:00
parent b2c983ac4a
commit 538914864a

View File

@@ -123,7 +123,7 @@ public abstract class InventoryScroll extends Scroll {
((InventoryScroll)curItem).confirmCancelation();
} else {
} else if (((Scroll)curItem).anonymous) {
curUser.spendAndNext( TIME_TO_READ );