Removed RequestRaidBossSpawnInfo missing boss logger.

This commit is contained in:
MobiusDevelopment
2020-12-12 08:11:22 +00:00
parent fe3ad537f6
commit 7fd3026dc3
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ public class RequestRaidBossSpawnInfo implements IClientIncomingPacket
}
else
{
LOGGER.warning("Could not find spawn info for boss " + bossId + ".");
// LOGGER.warning("Could not find spawn info for boss " + bossId + ".");
}
}
else