Update version to 1.7.6_pre, fix for invalid comparison
This commit is contained in:
@ -103,7 +103,7 @@ public class CmdHome extends FCommand
|
||||
|
||||
for (Player p : me.getServer().getOnlinePlayers())
|
||||
{
|
||||
if (p == null || !p.isOnline() || p.isDead() || p == fme || p.getWorld() != w)
|
||||
if (p == null || !p.isOnline() || p.isDead() || p == me || p.getWorld() != w)
|
||||
continue;
|
||||
|
||||
FPlayer fp = FPlayers.i.get(p);
|
||||
|
Reference in New Issue
Block a user