v2.2.0: fixed cancelling non-anonymized scrolls spending time
This commit is contained in:
@@ -123,7 +123,7 @@ public abstract class InventoryScroll extends Scroll {
|
||||
|
||||
((InventoryScroll)curItem).confirmCancelation();
|
||||
|
||||
} else {
|
||||
} else if (((Scroll)curItem).anonymous) {
|
||||
|
||||
curUser.spendAndNext( TIME_TO_READ );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user