Forgot to clear at setup.
This commit is contained in:
parent
296d0cbdb2
commit
5a2ef78d58
@ -43,6 +43,8 @@ public class PlayerUtil implements Listener
|
||||
|
||||
public void setup()
|
||||
{
|
||||
lowercaseToDeath.clear();
|
||||
|
||||
joinedPlayerNames.clear();
|
||||
for (Player player : Bukkit.getOnlinePlayers())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user