Skip to content

Commit

Permalink
Fix another bug with server secondary packs
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenix616 committed Aug 30, 2015
1 parent 3eadbf7 commit 091564b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void run() {
}
if (pack == null && prev != null) {
if(server != null) {
List<String> serversecondary = plugin.getPackManager().getGlobalSecondary();
List<String> serversecondary = plugin.getPackManager().getServerSecondary(server.getInfo().getName());
if (serversecondary.size() > 0) {
pack = plugin.getPackManager().getByName(serversecondary.get(0));
}
Expand Down

0 comments on commit 091564b

Please sign in to comment.