Skip to content

Commit

Permalink
localePrefix uses a default
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT committed Mar 26, 2024
1 parent e502eca commit ca53c09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Content.Shared/Roles/JobRequirements.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,9 @@ public static bool TryRequirementMet(
IEntityManager entManager,
IPrototypeManager prototypes,
bool isWhitelisted,
string? localePrefix = null)
string? localePrefix = "role-timer-")
{
reason = null;
localePrefix ??= "role-timer-";

switch (requirement)
{
Expand Down

0 comments on commit ca53c09

Please sign in to comment.