mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-29 04:28:21 +01:00
Remove unnecessary unmodifiable collection
This commit is contained in:
parent
948ac834bb
commit
a0f5317292
@ -213,7 +213,7 @@ public final class ConnectionManager {
|
||||
*/
|
||||
@NotNull
|
||||
public List<ServerPacketConsumer> getSendPacketConsumers() {
|
||||
return Collections.unmodifiableList(sendClientPacketConsumers);
|
||||
return sendClientPacketConsumers;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user