Added alternate name for Swiftness

This commit is contained in:
Shoghi Cervantes 2015-04-15 16:15:17 +02:00
parent 298b973604
commit c0782caab9

View File

@ -31,6 +31,7 @@ use pocketmine\Server;
class Effect{
const SPEED = 1;
const SLOWNESS = 2;
const HASTE = 3;
const SWIFTNESS = 3;
const FATIGUE = 4;
const MINING_FATIGUE = 4;