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
1 changed files with 1 additions and 1 deletions

View File

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