删除映射时提示词位置颠倒问题修复

This commit is contained in:
GaLi 2026-04-07 10:38:50 +08:00
parent c367407a11
commit 7c0dfe48da

View File

@ -581,7 +581,7 @@ public class ProviderSelectScreen extends Screen {
} }
int removed = RecipeTypeNameConfig.removeMappingsByCnValue(val); int removed = RecipeTypeNameConfig.removeMappingsByCnValue(val);
if (removed > 0) { if (removed > 0) {
sendPlayerMessage(Component.translatable("extendedae_plus.screen.upload.mapping_deleted", removed, val)); sendPlayerMessage(Component.translatable("extendedae_plus.screen.upload.mapping_deleted",val,removed));
applyFilter(); applyFilter();
page = 0; page = 0;
refreshButtons(); refreshButtons();