Skip to content

Commit f62d85a

Browse files
committed
Merge remote-tracking branch 'Torch/master'
2 parents 4fdf1ad + 2ea187f commit f62d85a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎Torch/Patches/FactionPatch.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static class FactionPatch
2222
public const int MAX_FACTION_INFO_LENGTH = 512;
2323
public const int MAX_FACTION_NAME_LENGTH = 64;
2424
public const int PLAYER_FACTION_TAG_LENGTH = 3;
25-
public const int NPC_FACTION_TAG_LENGTH = 4;
25+
public const int NPC_FACTION_TAG_LENGTH = 10;
2626

2727
private static Logger _log = LogManager.GetCurrentClassLogger();
2828
private static MethodInfo _registerFactionTagMethod = typeof(MyFactionCollection).GetMethod("RegisterFactionTag", BindingFlags.NonPublic | BindingFlags.Instance);
@@ -261,4 +261,4 @@ private static string CleanUpStringInput(string input, int factionCountCurrent)
261261
return string.IsNullOrWhiteSpace(input) ? $"Potentially Exploited Faction data (INVESTIGATE)-{factionCountCurrent}" : input;
262262
}
263263
}
264-
}
264+
}

0 commit comments

Comments
 (0)