Merge pull request #14 from Altitude-Devs/ClaimExpirationEvent
Add back shop expiration when claims expire
This commit is contained in:
@@ -160,6 +160,10 @@ public class PlayerShop {
|
||||
}
|
||||
}
|
||||
|
||||
public void expireSign() {
|
||||
setSignLines(type.getShopTypeConfig().expiredSignLines);
|
||||
}
|
||||
|
||||
public void removeSignLines() {
|
||||
setSignLines(type.getShopTypeConfig().activeSignLines);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user