1
0
mirror of https://e.coding.net/circlecloud/Residence.git synced 2025-11-24 21:46:16 +00:00

clean up and release version...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092
2015-09-24 19:30:11 +08:00
parent d62a7a1e57
commit 89b9e48ca8
14 changed files with 90 additions and 126 deletions

View File

@@ -13,7 +13,7 @@ public class RentTask implements Runnable {
public void run() {
plugin.getRentManager().checkCurrentRents();
if (plugin.getConfigManager().showIntervalMessages()) {
plugin.getLog().info(" - Rent Expirations checked!");
plugin.getLogger().info(" - Rent Expirations checked!");
}
}
}