mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-08-16 08:25:40 +00:00
Adjusted log scope
This commit is contained in:
parent
b149497c60
commit
4e70ee99c9
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user