Sync with L2jServer Ertheia Mar 27th 2015.
This commit is contained in:
@@ -20,8 +20,8 @@ package com.l2jserver.loginserver;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.net.Socket;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.concurrent.CopyOnWriteArrayList;
|
||||
|
||||
import com.l2jserver.Config;
|
||||
|
||||
@@ -30,7 +30,7 @@ import com.l2jserver.Config;
|
||||
*/
|
||||
public class GameServerListener extends FloodProtectedListener
|
||||
{
|
||||
private static List<GameServerThread> _gameServers = new ArrayList<>();
|
||||
private static List<GameServerThread> _gameServers = new CopyOnWriteArrayList<>();
|
||||
|
||||
public GameServerListener() throws IOException
|
||||
{
|
||||
|
Reference in New Issue
Block a user