не надо спамить

This commit is contained in:
DBotThePony 2022-12-30 17:33:10 +07:00
parent 7f28e8be51
commit e4a2f66b84
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -61,7 +61,7 @@ class ConfigurableProjectile : RawPrototype<ConfigurableProjectile, ConfiguredPr
if (timeToLive.isInfinite() && animationCycle.isFinite() && !animationLoops) {
timeToLive = animationCycle * (frameNumber - 1)
LOGGER.warn("{} has no time to live defined, assuming it live as long as its animation plays: {}", projectileName, timeToLive)
// LOGGER.warn("{} has no time to live defined, assuming it live as long as its animation plays: {}", projectileName, timeToLive)
}
check(timeToLive >= 0.0) { "Invalid time to live $timeToLive" }