Mine claims released upon death.

This commit is contained in:
2023-01-20 13:54:36 -05:00
parent c6e0680583
commit 7539505956
+5 -1
View File
@@ -633,7 +633,11 @@ public class PlayerCharacter extends AbstractCharacter {
this.setDesiredAltitude(0); this.setDesiredAltitude(0);
this.altitude = (float) 0; this.altitude = (float) 0;
this.getCharItemManager().closeTradeWindow(); // Release Mine Claims
Mine.releaseMineClaims(this);
this.getCharItemManager().closeTradeWindow();
//increment live counter. This is to prevent double kills from casts //increment live counter. This is to prevent double kills from casts
this.liveCounter++; this.liveCounter++;