MassiveCore Change

This commit is contained in:
Olof Larsson
2015-07-24 13:42:06 +02:00
parent b257b71b03
commit 4a18daf2d9
15 changed files with 15 additions and 20 deletions

View File

@ -1078,7 +1078,7 @@ public class Faction extends Entity<Faction> implements EconomyParticipator
List<CommandSender> ret = new ArrayList<CommandSender>();
// Fill Ret
for (CommandSender sender : IdUtil.getOnlineSenders())
for (CommandSender sender : IdUtil.getLocalSenders())
{
if (MUtil.isntSender(sender)) continue;