Adjusted log scope

This commit is contained in:
OakLoaf 2025-08-13 20:22:03 +01:00
parent b149497c60
commit 4e70ee99c9

View File

@ -114,7 +114,7 @@ public class CommonListener implements Listener {
} }
if (!WOLF_VARIANT_SPAWN_REASONS.contains(event.getSpawnReason())) { if (!WOLF_VARIANT_SPAWN_REASONS.contains(event.getSpawnReason())) {
logger.info("Ignoring wolf spawned with reason: " + event.getSpawnReason()); logger.debug("Ignoring wolf spawned with reason: " + event.getSpawnReason());
return; return;
} }