From 3ef19295071fec7a3f83cd5452d07fad0c1c68d9 Mon Sep 17 00:00:00 2001 From: Cryptite Date: Tue, 29 Aug 2023 08:56:52 -0500 Subject: [PATCH] Ninja-edit commenting this out for now --- patches/server/0032-Add-canDespawn-to-Warden.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/server/0032-Add-canDespawn-to-Warden.patch b/patches/server/0032-Add-canDespawn-to-Warden.patch index 9add93cb9..1e3a547a4 100644 --- a/patches/server/0032-Add-canDespawn-to-Warden.patch +++ b/patches/server/0032-Add-canDespawn-to-Warden.patch @@ -13,7 +13,7 @@ index 9afc81ccb237c3655d64cdbe8a0db9a4d7791043..286e2ad0887379b5b16ca3ca89a8f0d6 entity.load(nbt); }, () -> { - EntityType.LOGGER.warn("Skipping Entity with id {}", nbt.getString("id")); -+ EntityType.LOGGER.warn("Skipping Entity with id {}", nbt.toString()); ++ //EntityType.LOGGER.warn("Skipping Entity with id {}", nbt.toString()); }); }