@@ -80,12 +80,12 @@ public sealed class RoleLoadout
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Validate the loadout can be applied (e.g. points).
|
// Похуй FIXME
|
||||||
if (!IsValid(profile, session, loadout.Prototype, collection, out _))
|
//if (!IsValid(profile, session, loadout.Prototype, collection, out _))
|
||||||
{
|
// {
|
||||||
loadouts.RemoveAt(i);
|
// loadouts.RemoveAt(i);
|
||||||
continue;
|
// continue;
|
||||||
}
|
// }
|
||||||
|
|
||||||
Apply(loadoutProto);
|
Apply(loadoutProto);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user