Remove duplicate
This commit is contained in:
parent
aa26c6626a
commit
e8f22e0d8a
@ -189,7 +189,6 @@ public class Chairs extends JavaPlugin {
|
||||
final Entity arrow = sit.get(player.getName());
|
||||
sit.remove(player.getName());
|
||||
player.eject();
|
||||
player.eject();
|
||||
arrow.remove();
|
||||
final Location tploc = sitstopteleportloc.get(player.getName());
|
||||
if (tploc != null && !ignoretp)
|
||||
|
Loading…
Reference in New Issue
Block a user