1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-16 11:37:30 +02:00

Update Potions.java

Add extra alias
This commit is contained in:
Pocketkid2
2013-08-04 09:28:35 -07:00
committed by GunfighterJ
parent db838bcf6c
commit a1e9056065

View File

@@ -108,6 +108,7 @@ public class Potions
ALIASPOTIONS.put("absorb", PotionEffectType.ABSORPTION);
POTIONS.put("saturation", PotionEffectType.SATURATION);
ALIASPOTIONS.put("food", PotionEffectType.SATURATION);
}
public static PotionEffectType getByName(String name)
@@ -136,4 +137,4 @@ public class Potions
{
return POTIONS.entrySet();
}
}
}