Typo in description

This commit is contained in:
xGamingDudex 2016-04-18 23:24:59 +02:00
parent 534a5dee4e
commit d9b6434bad

View File

@ -13,7 +13,7 @@ import mineplex.core.itemstack.ItemStackFactory;
public enum GameModifierType
{
MineStrike("MineStrike", new String[]{"Apply custom gun moddels and skin to use ingame"}, Material.TNT, 0);
MineStrike("MineStrike", new String[]{"Apply custom gun models and skin to use ingame"}, Material.TNT, 0);
private String _name;
private List<String> _desc;