Updated modloader-loaded_mod logging
This commit is contained in:
@@ -167,7 +167,7 @@ public class ModValidator(ISptLogger<ModValidator> logger, ServerLocalisationSer
|
||||
new
|
||||
{
|
||||
name = mod.ModMetadata.Name,
|
||||
version = $"{mod.ModMetadata.Version} {mod.ModMetadata.SptVersion}",
|
||||
version = $"{mod.ModMetadata.Version} (targets SPT: {mod.ModMetadata.SptVersion})",
|
||||
author = mod.ModMetadata.Author,
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user