Skip to content

Commit ea2e3e2

Browse files
committed
Fix entity_unleash reason in event docs
1 parent 7b0aad6 commit ea2e3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/laytonsmith/core/events/drivers/EntityEvents.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2169,7 +2169,7 @@ public String docs() {
21692169
return "{type: <macro> | reason: <macro>}"
21702170
+ " This event is called when a leash is broken."
21712171
+ " {id: The entityID of the entity | type: The entity type of the entity"
2172-
+ " reason: The reason the leash broke. Can be one of "
2172+
+ " | reason: The reason the leash broke. Can be one of "
21732173
+ StringUtils.Join(MCUnleashReason.values(), ", ", ", or ", " or ") + "}"
21742174
+ " {}";
21752175
}

0 commit comments

Comments
 (0)