mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-06 20:43:11 +00:00
Fix missed cases from previous user iteration optimizations.
This commit is contained in:
parent
3f1c996959
commit
037456c99d
6 changed files with 11 additions and 14 deletions
|
@ -780,7 +780,7 @@ public class User extends UserData implements Comparable<User>, IReplyTo, net.es
|
|||
}
|
||||
else
|
||||
{
|
||||
for (Player p : ess.getServer().getOnlinePlayers())
|
||||
for (Player p : ess.getOnlinePlayers())
|
||||
{
|
||||
p.showPlayer(getBase());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue