Commit 2191c21 1 parent ad85661 commit 2191c21 Copy full SHA for 2191c21
File tree 1 file changed +3
-3
lines changed
common/src/main/java/com/loohp/multichatdiscordsrvaddon
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,9 +137,9 @@ public class MultiChatDiscordSrvAddon extends ExtendedJavaPlugin implements List
137
137
public ListenerPriority gameToDiscordPriority = ListenerPriority .HIGHEST ;
138
138
public ListenerPriority ventureChatToDiscordPriority = ListenerPriority .HIGHEST ;
139
139
public ListenerPriority discordToGamePriority = ListenerPriority .HIGH ;
140
- public static List <ICPlaceholder > itemPlaceholder = null ;
141
- public static List <ICPlaceholder > inventoryPlaceholder = null ;
142
- public static List <ICPlaceholder > enderChestPlaceholder = null ;
140
+ public static List <ICPlaceholder > itemPlaceholder = new ArrayList <>() ;
141
+ public static List <ICPlaceholder > inventoryPlaceholder = new ArrayList <>() ;
142
+ public static List <ICPlaceholder > enderChestPlaceholder = new ArrayList <>() ;
143
143
public static Map <UUID , List <ICPlaceholder >> placeholderList = new LinkedHashMap <>();
144
144
145
145
public static BungeeMessageListener bungeeMessageListener ;
You can’t perform that action at this time.
0 commit comments