mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-16 17:05:20 +01:00
Temporarily move ability action from debug to trace
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user