去掉未找到可用矩阵的提示,静默处理
This commit is contained in:
parent
e5ac869e1b
commit
a2290fe253
|
|
@ -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