Skip to content

Commit 7412c6a

Browse files
committed
chaos fix
1 parent 3e20426 commit 7412c6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

UncomplicatedCustomEscapeZones/API/Features/CustomEscapeZone.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class CustomEscapeZone : ICustomEscapeZone
5151
"InternalTeam ClassD", [
5252
new Dictionary<string, string>
5353
{
54-
{ "default", "InternalRole ChaosRepressor" },
54+
{ "default", "InternalRole ChaosConscript" },
5555
{ "cuffed by InternalFaction FoundationStaff", "InternalRole NtfPrivate" }
5656
}
5757
]
@@ -61,7 +61,7 @@ public class CustomEscapeZone : ICustomEscapeZone
6161
new Dictionary<string, string>
6262
{
6363
{ "default", "InternalRole NtfSpecialist" },
64-
{ "cuffed by InternalFaction FoundationEnemy", "InternalRole ChaosRepressor" }
64+
{ "cuffed by InternalFaction FoundationEnemy", "InternalRole ChaosConscript" }
6565
}
6666
]
6767
}

0 commit comments

Comments
 (0)