Poprawki w rolach zwyciezcow
This commit is contained in:
@@ -338,7 +338,7 @@ public class TouMiraReflectionBridge
|
||||
}
|
||||
|
||||
// Remove "Tou" suffix if present (e.g., "EngineerTou" -> "Engineer", "TrackerTou" -> "Tracker")
|
||||
if (roleName.EndsWith("Tou"))
|
||||
if (roleName != null && roleName.EndsWith("Tou"))
|
||||
{
|
||||
roleName = roleName.Substring(0, roleName.Length - 3);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user