From ba55ff6a4ba3c7aaba01788401cebd4ac8644d04 Mon Sep 17 00:00:00 2001 From: RePixelatedMC Date: Sun, 12 Nov 2023 10:19:39 +0100 Subject: [PATCH] typo --- core/src/main/java/com/volmit/iris/util/mantle/Mantle.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/volmit/iris/util/mantle/Mantle.java b/core/src/main/java/com/volmit/iris/util/mantle/Mantle.java index 6ef668ff5..113405abf 100644 --- a/core/src/main/java/com/volmit/iris/util/mantle/Mantle.java +++ b/core/src/main/java/com/volmit/iris/util/mantle/Mantle.java @@ -443,7 +443,7 @@ public class Mantle { try { return getSafe(x, z).get(); } catch (InterruptedException e) { - Iris.warn("Failed to get Tectonic Plate " + x + " " + z + " Due to a thread intterruption (hotload?)"); + Iris.warn("Failed to get Tectonic Plate " + x + " " + z + " Due to a thread interruption (hotload?)"); Iris.reportError(e); } catch (ExecutionException e) { Iris.warn("Failed to get Tectonic Plate " + x + " " + z + " Due to a thread execution exception (engine close?)");