Skip to content

Commit

Permalink
Add tablist remove delay setting
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Aug 28, 2020
1 parent a79e8a5 commit c4e4d2f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void updateLastPlayer() {
public void run() {
NMS.sendTabListRemove(entityplayer.getBukkitEntity(), (Player) tracker.getBukkitEntity());
}
});
}, Setting.TABLIST_REMOVE_PACKET_DELAY.asInt());
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void updateLastPlayer() {
public void run() {
NMS.sendTabListRemove(entityplayer.getBukkitEntity(), (Player) tracker.getBukkitEntity());
}
});
}, Setting.TABLIST_REMOVE_PACKET_DELAY.asInt());
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void updateLastPlayer() {
public void run() {
NMS.sendTabListRemove(entityplayer.getBukkitEntity(), (Player) tracker.getBukkitEntity());
}
});
}, Setting.TABLIST_REMOVE_PACKET_DELAY.asInt());
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void updateLastPlayer() {
public void run() {
NMS.sendTabListRemove(entityplayer.getBukkitEntity(), (Player) tracker.getBukkitEntity());
}
});
}, Setting.TABLIST_REMOVE_PACKET_DELAY.asInt());
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void updateLastPlayer() {
public void run() {
NMS.sendTabListRemove(entityplayer.getBukkitEntity(), (Player) tracker.getBukkitEntity());
}
});
}, Setting.TABLIST_REMOVE_PACKET_DELAY.asInt());
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void updateLastPlayer() {
public void run() {
NMS.sendTabListRemove(entityplayer.getBukkitEntity(), (Player) tracker.getBukkitEntity());
}
});
}, Setting.TABLIST_REMOVE_PACKET_DELAY.asInt());
}

@Override
Expand Down

0 comments on commit c4e4d2f

Please sign in to comment.