File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Spigot Addon/src/main/java/com/jaimemartz/playerbalanceraddon Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 11package com .jaimemartz .playerbalanceraddon ;
22
3- import com .google .common .collect .HashMultimap ;
4- import com .google .common .collect .Iterables ;
5- import com .google .common .collect .LinkedListMultimap ;
6- import com .google .common .collect .Multimap ;
3+ import com .google .common .collect .*;
74import com .google .common .io .ByteArrayDataInput ;
85import com .google .common .io .ByteArrayDataOutput ;
96import com .google .common .io .ByteStreams ;
1512import java .util .function .Consumer ;
1613
1714public class PluginMessageManager implements PluginMessageListener {
18- private final Multimap <MessageContext , Consumer <ByteArrayDataInput >> contexts = HashMultimap .create ();
15+ private final Multimap <MessageContext , Consumer <ByteArrayDataInput >> contexts = LinkedHashMultimap .create ();
1916 private final PlayerBalancerAddon plugin ;
2017
2118 public PluginMessageManager (PlayerBalancerAddon plugin ) {
You can’t perform that action at this time.
0 commit comments