Fixed error message inside isModCompatible()
not showing the name of a mod correctly
This commit is contained in:
parent
9862336645
commit
522306b9b1
@ -617,7 +617,7 @@ export class PreAkiModLoader implements IModLoader
|
|||||||
this.logger.error(
|
this.logger.error(
|
||||||
this.localisationService.getText("modloader-incompatible_mod_found", {
|
this.localisationService.getText("modloader-incompatible_mod_found", {
|
||||||
author: mod.author,
|
author: mod.author,
|
||||||
modName: mod.name,
|
name: mod.name,
|
||||||
incompatibleModName: incompatibleModName,
|
incompatibleModName: incompatibleModName,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user