Add back shop expiration when claims expire

This commit is contained in:
Len
2023-01-11 17:56:17 +01:00
parent 72fd7efc86
commit 057df73513
3 changed files with 25 additions and 1 deletions
@@ -141,6 +141,10 @@ public class PlayerShop {
}
}
public void expireSign() {
setSignLines(type.getShopTypeConfig().expiredSignLines);
}
public void removeSignLines() {
setSignLines(type.getShopTypeConfig().activeSignLines);
}