13
0
geforkt von Mirrors/Paper

Fix @see tag for WitherSkeleton

Pointed out by xGhOsTkiLLeRx in Bukkit#229

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2016-11-18 08:38:37 +11:00
Ursprung 5004927672
Commit b7bb02167a

Datei anzeigen

@ -38,7 +38,7 @@ public enum EntityType {
*/ */
ELDER_GUARDIAN("elder_guardian", ElderGuardian.class, 4), ELDER_GUARDIAN("elder_guardian", ElderGuardian.class, 4),
/** /**
* @see WitherSkull * @see WitherSkeleton
*/ */
WITHER_SKELETON("wither_skeleton", WitherSkeleton.class, 5), WITHER_SKELETON("wither_skeleton", WitherSkeleton.class, 5),
/** /**