111
This commit is contained in:
parent
667f88fe7e
commit
d21bf4b7f5
BIN
lib/GermPlugin-Snapshot-4.4.1-1.jar
Normal file
BIN
lib/GermPlugin-Snapshot-4.4.1-1.jar
Normal file
Binary file not shown.
BIN
lib/MythicMobs-4.11.0-013.jar
Normal file
BIN
lib/MythicMobs-4.11.0-013.jar
Normal file
Binary file not shown.
BIN
lib/PlaceholderAPI-2.11.6.jar
Normal file
BIN
lib/PlaceholderAPI-2.11.6.jar
Normal file
Binary file not shown.
BIN
lib/PlayerRisk-1.2.jar
Normal file
BIN
lib/PlayerRisk-1.2.jar
Normal file
Binary file not shown.
BIN
lib/Towny-0.97.0.0_for_1.12.2.jar
Normal file
BIN
lib/Towny-0.97.0.0_for_1.12.2.jar
Normal file
Binary file not shown.
@ -263,13 +263,7 @@ public class EntityRefreshListener implements Listener, CommandExecutor {
|
|||||||
if (flag) {
|
if (flag) {
|
||||||
Player player = event.getPlayer();
|
Player player = event.getPlayer();
|
||||||
String name = player.getName();
|
String name = player.getName();
|
||||||
//下线后移出刷新列表
|
|
||||||
// if (refreshPlayer.get(name) != null) {
|
|
||||||
// List<UUID> entityList = refreshPlayer.get(name).getEntityList();
|
|
||||||
// for (UUID uuid : entityList){
|
|
||||||
// //删除储存的实体信息
|
|
||||||
// entityUUIDToPlayer.remove(uuid);
|
|
||||||
// }
|
|
||||||
refreshPlayer.remove(name);
|
refreshPlayer.remove(name);
|
||||||
logger.info(ChatColor.GOLD + "玩家被移出刷新集合");
|
logger.info(ChatColor.GOLD + "玩家被移出刷新集合");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user