add locale for pre-4.0.0 server mods

This commit is contained in:
Cj
2025-05-29 18:40:08 -04:00
parent b07fb37312
commit a98486109f
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -396,8 +396,7 @@ public class ModValidator(
if (containsJs || containsTs)
{
// TODO: needs new localisation!
logger.Error("The mod is an old server mod, JS/TS files detected");
logger.Error(localisationService.GetText("modloader-is-old-js-mod", modName));
return false;
}