Update RequirementsSelector.cs

This commit is contained in:
Hero010h
2025-02-01 14:55:00 +03:00
committed by GitHub
parent bed1d03b60
commit 80c0c3e7d1

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("Job" + Proto.ID),
Title = Loc.GetString("Job" + Proto.ID), //WD edit
};
_loadoutWindow.RefreshLoadouts(_loadout, session, collection);