mirror of
https://github.com/SpigotMC/BungeeCord.git
synced 2024-11-04 01:30:25 +01:00
Be sure to null serverSentScoreboard each connect.
This commit is contained in:
parent
e681c8906d
commit
b16da7d048
@ -104,6 +104,7 @@ public class ServerConnector extends PacketHandler
|
||||
{
|
||||
user.ch.write( new PacketCFScoreboardScore( score.getItemName(), (byte) 1, null, 0 ) );
|
||||
}
|
||||
user.serverSentScoreboard = null;
|
||||
}
|
||||
|
||||
user.sendPacket( Packet9Respawn.DIM1_SWITCH );
|
||||
|
Loading…
Reference in New Issue
Block a user