fix: Removes redundant conditional check in house demolish gump (#2004)
This commit is contained in:
parent
ba2a41236c
commit
51d15d264c
2 changed files with 3 additions and 3 deletions
|
|
@ -124,7 +124,7 @@ public class ConfirmDemolishHouseGump : StaticGump<ConfirmDemolishHouseGump>
|
|||
|
||||
if (!from.BankBox.TryDropItem(from, deed, false))
|
||||
{
|
||||
deed?.Delete();
|
||||
deed.Delete();
|
||||
from.SendLocalizedMessage(500390); // Your bank box is full.
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue