We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e20426 commit 7412c6aCopy full SHA for 7412c6a
1 file changed
UncomplicatedCustomEscapeZones/API/Features/CustomEscapeZone.cs
@@ -51,7 +51,7 @@ public class CustomEscapeZone : ICustomEscapeZone
51
"InternalTeam ClassD", [
52
new Dictionary<string, string>
53
{
54
- { "default", "InternalRole ChaosRepressor" },
+ { "default", "InternalRole ChaosConscript" },
55
{ "cuffed by InternalFaction FoundationStaff", "InternalRole NtfPrivate" }
56
}
57
]
@@ -61,7 +61,7 @@ public class CustomEscapeZone : ICustomEscapeZone
61
62
63
{ "default", "InternalRole NtfSpecialist" },
64
- { "cuffed by InternalFaction FoundationEnemy", "InternalRole ChaosRepressor" }
+ { "cuffed by InternalFaction FoundationEnemy", "InternalRole ChaosConscript" }
65
66
67
0 commit comments