3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-07-31 19:38:03 +02:00

Forgot to remove debug message

Dieser Commit ist enthalten in:
HugoDaBosss 2016-03-06 14:37:51 +01:00
Ursprung 99ceb9ae79
Commit 4f8aff9c01

Datei anzeigen

@ -629,7 +629,6 @@ public class OutgoingTransformer {
CompoundTag tag = (CompoundTag) NBTIO.readTag(stream);
if(tag != null && tag.contains("EntityId")) {
String entity = (String) tag.get("EntityId").getValue();
System.out.println("EntityID: " + entity);
CompoundTag spawn = new CompoundTag("SpawnData");
spawn.put(new StringTag("id", entity));
tag.put(spawn);