last fix in the listAreaInfo method.

This commit is contained in:
Sarah 2015-09-13 00:35:22 +02:00
parent 53d5c2fd0e
commit a46cb2c274
1 changed files with 1 additions and 0 deletions

View File

@ -1058,6 +1058,7 @@ public class EventGame extends Game
for(PotionEffectType type : area.PotionEffects.keySet())
UtilPlayer.message(player, F.oo(type.getName(), true) + " level: " + area.PotionEffects.get(type));
UtilPlayer.message(player, F.main("Event", "Gadgets for area " + area.ID));
for(SalesPackageBase gadget : area.GadgetsEnabled)
UtilPlayer.message(player, F.oo(gadget.GetName(), true));
}