Loadout name Fix

This commit is contained in:
Hero010h
2025-01-31 21:27:00 +03:00
parent 3cd8ebd756
commit bed1d03b60

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),
};
_loadoutWindow.RefreshLoadouts(_loadout, session, collection);