Unused import and update changelog

This commit is contained in:
T00thpick1 2013-05-15 00:53:01 -04:00
parent a05a0da9fb
commit 9ec376a228
2 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,7 @@ Version 1.4.06-dev
+ Added boosts to Fishing chance depending on conditions
+ Added McMMOAbilityActivateEvent and McMMOAbilityDeactivateEvent
+ Added config options to toggle the size of fireworks
+ Added config option to multiply xp gains from mob spawner mobs
= Fixed bug where players were able to join the same party multiple times
= Fixed displaying partial names when trying to use /ptp
= Fixed wolves from Call of the Wild only having 8 health

View File

@ -11,7 +11,6 @@ import org.bukkit.entity.Player;
import org.bukkit.inventory.ItemStack;
import com.gmail.nossr50.mcMMO;
import com.gmail.nossr50.config.Config;
import com.gmail.nossr50.datatypes.player.McMMOPlayer;
import com.gmail.nossr50.datatypes.spout.huds.McMMOHud;
import com.gmail.nossr50.events.items.McMMOItemSpawnEvent;