From 152182e8456d27db698b906b0205cf5a9cd70794 Mon Sep 17 00:00:00 2001 From: MagicBot Date: Sun, 25 Aug 2024 14:44:12 -0400 Subject: [PATCH] Bane logic tweaking --- src/engine/workthreads/DestroyCityThread.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/workthreads/DestroyCityThread.java b/src/engine/workthreads/DestroyCityThread.java index 5bd21025..5a297870 100644 --- a/src/engine/workthreads/DestroyCityThread.java +++ b/src/engine/workthreads/DestroyCityThread.java @@ -52,7 +52,7 @@ public class DestroyCityThread implements Runnable { Vector3fImmutable localCoords; ArrayList subGuildList; - Logger.info("Destroy city routing started"); + Logger.info("Destroy city routine started"); try {