Skip to content

Commit

Permalink
[6.0.10][publish] update virtual inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
Bkm016 committed Apr 23, 2023
1 parent afb46ac commit 897b2bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fun RemoteInventory.inject(basic: Basic) {
fun RemoteInventory.createInventoryView(): InventoryView {
return try {
VirtualInventoryView(this)
} catch (_: VerifyError) {
} catch (_: LinkageError) {
VirtualInventoryViewLegacy(object : RemoteInventoryLegacy {

val bottomInventory = VirtualStorageInventory(inventory)
Expand Down

0 comments on commit 897b2bc

Please sign in to comment.