* Fixed bug seeker kept items from lobby.
This commit is contained in:
parent
2b019155b3
commit
905486bf40
@ -410,6 +410,8 @@ public class BlockHunt extends JavaPlugin implements Listener {
|
||||
+ seeker.getName());
|
||||
arena.seekers.add(seeker);
|
||||
seeker.teleport(arena.seekersWarp);
|
||||
seeker.getInventory().clear();
|
||||
seeker.updateInventory();
|
||||
W.seekertime.put(seeker,
|
||||
arena.waitingTimeSeeker);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user