You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checks if this player is currently online It should be noted that this will return true if any instance of this player is online! This instance may have disconnected.Paper
问题描述
这是代码
该方法仅在PlayerQuitEvent的handler中调用
但是Bukkit.getOfflinePlayer(UUID.fromString(pUuid)).isOnline() 在我的若干次测试中均为true,进而不会执行backpackCache.invalidate(pUuid);
不过这看起来并没有问题,或许我们可以直接删除这个task(?)
问题复现率
必现
复现步骤
无
服务端类型
Spigot
Minecraft 版本
1.20.x
Slimefun 版本
Slimefun 2024.09
其他插件信息
No response
补充信息
No response
The text was updated successfully, but these errors were encountered: