Merge branch 'clans-beta' of ssh://184.154.0.242:7999/min/Mineplex into clans-beta

This commit is contained in:
Cheese 2015-11-28 00:23:32 +11:00
commit fdb493d95d

View File

@ -40,7 +40,7 @@ public class CustomItemLoot implements ILoot
_data = data; _data = data;
_min = min; _min = min;
_max = max; _max = max;
_displayName = displayName; _displayName = C.cWhite + displayName;
_lore = lore; _lore = lore;
} }