Cleanup comments, formatting, etc
This commit is contained in:
@@ -24,7 +24,7 @@ public class Packet20NamedEntitySpawn extends Packet {
|
||||
public Packet20NamedEntitySpawn(EntityHuman entityhuman) {
|
||||
this.a = entityhuman.id;
|
||||
|
||||
// CraftBukkit start - limit name length to 16 characters
|
||||
// CraftBukkit start - Limit name length to 16 characters
|
||||
if (entityhuman.name.length() > 16) {
|
||||
this.b = entityhuman.name.substring(0, 16);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user