Loadouts' names Fix (#890)

This commit is contained in:
BIGZi0348
2025-02-09 18:35:41 +03:00
committed by GitHub

View File

@@ -134,7 +134,7 @@ public abstract class RequirementsSelector<T> : BoxContainer where T : IPrototyp
_loadoutWindow = new LoadoutWindow(profile, _loadout, protoManager.Index(_loadout.Role), session, collection)
{
Title = Loc.GetString(Proto.ID + "-loadout"),
Title = Loc.GetString("Job" + Proto.ID), //WD edit
};
_loadoutWindow.RefreshLoadouts(_loadout, session, collection);