Add back shop expiration when claims expire
This commit is contained in:
@@ -141,6 +141,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