mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 00:12:29 +00:00
Temporarily move ability action from debug
to trace
This commit is contained in:
parent
eba6c5051c
commit
b5515b9e3a
@ -83,7 +83,7 @@ public final class AbilityManager extends BasePlayerManager {
|
||||
|
||||
if (handler == null || ability == null) {
|
||||
Grasscutter.getLogger()
|
||||
.debug("Could not execute ability action {} at {}", action.type, ability);
|
||||
.trace("Could not execute ability action {} at {}", action.type, ability);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user