last fix in the listAreaInfo method.
This commit is contained in:
parent
53d5c2fd0e
commit
a46cb2c274
@ -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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user