mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 03:37:38 +00:00
Move 'invalid gather object' to trace
This commit is contained in:
parent
6d3dc1ad70
commit
02a9c55b0f
@ -35,7 +35,7 @@ public final class GadgetGatherObject extends GadgetContent {
|
|||||||
this.itemId = gatherData.getItemId();
|
this.itemId = gatherData.getItemId();
|
||||||
this.isForbidGuest = gatherData.isForbidGuest();
|
this.isForbidGuest = gatherData.isForbidGuest();
|
||||||
} else {
|
} else {
|
||||||
Grasscutter.getLogger().error("invalid gather object: {}", gadget.getConfigId());
|
Grasscutter.getLogger().trace("invalid gather object: {}", gadget.getConfigId());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user