From 8441c2792699d2962c5d0b29c96b611ef1744f43 Mon Sep 17 00:00:00 2001 From: IPECTER Date: Wed, 6 Sep 2023 16:53:57 +0900 Subject: [PATCH] [CI-SKIP] typo~ --- patches/server/0045-CarpetFixes-Optimizations-Sheep.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/server/0045-CarpetFixes-Optimizations-Sheep.patch b/patches/server/0045-CarpetFixes-Optimizations-Sheep.patch index 34e47f0..f2fd042 100644 --- a/patches/server/0045-CarpetFixes-Optimizations-Sheep.patch +++ b/patches/server/0045-CarpetFixes-Optimizations-Sheep.patch @@ -20,7 +20,7 @@ index 9399361c8d26a140fa6042988a30a1d3d552e418..5bfb246bfabf82feb805665b0be1a36c } private DyeColor getOffspringColor(Animal firstParent, Animal secondParent) { -+ // Plazma start - CarpetFixes - Optimized sheep chile color ++ // Plazma start - CarpetFixes - Optimized sheep child color DyeColor enumcolor = ((Sheep) firstParent).getColor(); DyeColor enumcolor1 = ((Sheep) secondParent).getColor(); - CraftingContainer inventorycrafting = Sheep.makeContainer(enumcolor, enumcolor1);