Skip to content

Commit 0e439a7

Browse files
committed
Admin verb system fix
1 parent 6c8d430 commit 0e439a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Content.Server/Administration/Systems/AdminVerbSystem.Antags.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public sealed partial class AdminVerbSystem
3939

4040
//SS200 CultYogg start
4141
[ValidatePrototypeId<EntityPrototype>]
42-
private const string DefaultCultYoggRule = "CultYoggRule";
42+
private const string DefaultCultYoggRule = "CultYoggRuleMidPop";
4343
//SS220 CultYogg end
4444

4545
// All antag verbs have names so invokeverb works.

0 commit comments

Comments
 (0)