Fix issue #262 and put all scoreboard bugs to bed
This commit is contained in:
parent
a9ad4889f7
commit
5620c4679d
@ -170,6 +170,8 @@ public class DownstreamBridge extends PacketHandler
|
||||
t.setSuffix( team.suffix );
|
||||
t.setFriendlyMode( team.friendlyFire );
|
||||
}
|
||||
if ( team.players != null )
|
||||
{
|
||||
for ( String s : team.players )
|
||||
{
|
||||
if ( team.mode == 0 || team.mode == 3 )
|
||||
@ -182,6 +184,7 @@ public class DownstreamBridge extends PacketHandler
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void handle(PacketFAPluginMessage pluginMessage) throws Exception
|
||||
|
Loading…
Reference in New Issue
Block a user