去掉未找到可用矩阵的提示,静默处理

This commit is contained in:
C-H716 2025-11-17 15:39:14 +08:00
parent e5ac869e1b
commit a2290fe253

View File

@ -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"));
}
/**