mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-10 09:22:49 +00:00
Event dispatcher changes and packet implementations
Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
@@ -74,8 +74,7 @@ public class NettyNetworkService extends AbstractService implements
|
||||
/**
|
||||
* The client list. This list all active clients in the server
|
||||
*/
|
||||
private Set<Lineage2Connection> clients = CollectionFactory
|
||||
.newSet(Lineage2Connection.class);
|
||||
private Set<Lineage2Connection> clients = CollectionFactory.newSet();
|
||||
|
||||
@Inject
|
||||
public NettyNetworkService(ConfigurationService configService,
|
||||
|
||||
Reference in New Issue
Block a user