Use short map names

This commit is contained in:
Anuken
2019-10-22 19:37:03 -04:00
parent b98b9a98e3
commit 1f5e639fb2
3 changed files with 3 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ public class SWorkshop implements SteamUGCCallback{
p.removeSteamID();
ui.showErrorMessage("$missing");
}else{
ui.showErrorMessage(Core.bundle.format("workshop.error", result.name()));
ui.showErrorMessage(Core.bundle.format("workshop.error", details.getResult().name()));
}
}else{
ui.showErrorMessage(Core.bundle.format("workshop.error", result.name()));