mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Fix effect manager
This commit is contained in:
parent
df05ade4a7
commit
7f2d781241
@ -51,13 +51,9 @@ public class IrisEngineEffects extends EngineAssignedComponent implements Engine
|
|||||||
for (Player i : pr) {
|
for (Player i : pr) {
|
||||||
Location l = i.getLocation();
|
Location l = i.getLocation();
|
||||||
boolean pcc = players.containsKey(i.getUniqueId());
|
boolean pcc = players.containsKey(i.getUniqueId());
|
||||||
if (getEngine().contains(l)) {
|
|
||||||
if (!pcc) {
|
if (!pcc) {
|
||||||
players.put(i.getUniqueId(), new EnginePlayer(getEngine(), i));
|
players.put(i.getUniqueId(), new EnginePlayer(getEngine(), i));
|
||||||
}
|
}
|
||||||
} else if (pcc) {
|
|
||||||
players.remove(i.getUniqueId());
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for (UUID i : players.k()) {
|
for (UUID i : players.k()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user