mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-22 18:15:39 +01:00
Forgot to remove debug message
This commit is contained in:
parent
99ceb9ae79
commit
4f8aff9c01
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user