@@ -301,7 +301,7 @@
|
||||
+ if (entityplayer2.getBukkitEntity().canSee(entityplayer.getBukkitEntity())) {
|
||||
+ entityplayer2.connection.send(packet);
|
||||
+ } else {
|
||||
+ entityplayer2.getBukkitEntity().removeDisconnectingPlayer(entityplayer.getBukkitEntity());
|
||||
+ entityplayer2.getBukkitEntity().onEntityRemove(entityplayer);
|
||||
+ }
|
||||
}
|
||||
+ // This removes the scoreboard (and player reference) for the specific player in the manager
|
||||
|
||||
Reference in New Issue
Block a user