9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-29 11:59:11 +00:00

限制收购

This commit is contained in:
Xiao-MoMi
2022-10-22 00:04:20 +08:00
parent 3217977e43
commit 809d9d688b
18 changed files with 212 additions and 68 deletions

View File

@@ -77,7 +77,7 @@ public class BagDataManager extends Function {
dataStorageInterface.saveBagData(playerBagData);
}
AdventureUtil.consoleMessage("[CustomFishing] Fishing bag data saving for " + dataCache.size() + " online players...");
}, 6000, 6000);
}, 12000, 12000);
}
@Override