Skip to content

Commit 52a6797

Browse files
committed
double vanish lol
1 parent ec619e3 commit 52a6797

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/cloudanarchy/queueplugin/QueuePlugin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ private void process(@NotNull Player player) {
3939
for (Player p : getServer().getOnlinePlayers()) {
4040
if (player.equals(p)) continue;
4141
player.hidePlayer(this, p);
42+
p.hidePlayer(this, player);
4243
}
4344
}
4445

0 commit comments

Comments
 (0)