去掉未找到可用矩阵的提示,静默处理
This commit is contained in:
parent
680a1ebfd4
commit
5923000d3b
|
|
@ -85,12 +85,6 @@ public final class MatrixUploadUtil {
|
|||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// 未找到可用矩阵或全部拒收
|
||||
sendPlayerMessage(player,
|
||||
inventories.isEmpty()
|
||||
? Component.translatable("extendedae_plus.upload_to_matrix.fail_no_matrix")
|
||||
: Component.translatable("extendedae_plus.upload_to_matrix.fail_full"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user