mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-05-19 16:20:46 +00:00
Adjusted log scope
This commit is contained in:
+1
-1
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user