Skip to content

Commit

Permalink
Select the pack as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadnk committed Jul 9, 2013
1 parent 8d780b5 commit ed0b7d3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -248,7 +248,7 @@ private String selectCurrent(CommandSender sender) {
String worldPack = config.getWorldPack(worldName);

// Select the current world too
if (selectedPacks.hasSelected(sender)) {
if (!selectedPacks.hasSelected(sender)) {
if (worldPack != null)
selectedPacks.selectPack(sender, worldPack);
else
Expand Down

0 comments on commit ed0b7d3

Please sign in to comment.