mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-16 08:56:04 +01:00
Move 'invalid gather object' to trace
This commit is contained in:
@@ -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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user