mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 08:11:12 +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) {
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user