Temporarily move ability action from debug to trace

This commit is contained in:
KingRainbow44 2023-05-01 01:09:33 -04:00
parent eba6c5051c
commit b5515b9e3a
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -83,7 +83,7 @@ public final class AbilityManager extends BasePlayerManager {
if (handler == null || ability == null) { if (handler == null || ability == null) {
Grasscutter.getLogger() Grasscutter.getLogger()
.debug("Could not execute ability action {} at {}", action.type, ability); .trace("Could not execute ability action {} at {}", action.type, ability);
return; return;
} }