1
mirror of https://github.com/CarmJos/MoeTeleport.git synced 2024-09-19 21:35:56 +00:00

[1.2.0] 版本更新

- [R] 使用空格代替制表符进行格式化。
- [F] 修复通过 PlugMan 等第三方插件进行重载时插件功能失效的问题。(来源 #2)
This commit is contained in:
Carm Jos 2022-02-18 19:50:44 +08:00
parent aa723087d4
commit 47dfad862b

View File

@ -95,6 +95,7 @@ public class Main extends JavaPlugin {
log("加载用户管理器...");
this.userManager = new UserManager(this);
if (Bukkit.getOnlinePlayers().size() > 0) {
log(" 加载现有用户数据...");
for (Player player : Bukkit.getOnlinePlayers()) {