mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 21:33:49 -07:00
SPIGOT-6545: Unable to set Guardian target via API while awareness is disabled
By: DerFrZocker <derrieple@gmail.com>
This commit is contained in:
@@ -114,7 +114,7 @@ public enum EntityEffect {
|
||||
*/
|
||||
ENTITY_POOF(20, LivingEntity.class),
|
||||
/**
|
||||
* Guardian sets laser target.
|
||||
* Guardian plays the attack sound effect.
|
||||
*/
|
||||
GUARDIAN_TARGET(21, Guardian.class),
|
||||
// 22-28 player internal flags
|
||||
|
Reference in New Issue
Block a user