diff --git a/Content.Server/_CP14/Knowledge/Specials/CP14AddKnowledgeSpecial.cs b/Content.Server/_CP14/Knowledge/Specials/CP14AddKnowledgeSpecial.cs index 0c68615cd1..49fccde1d8 100644 --- a/Content.Server/_CP14/Knowledge/Specials/CP14AddKnowledgeSpecial.cs +++ b/Content.Server/_CP14/Knowledge/Specials/CP14AddKnowledgeSpecial.cs @@ -1,5 +1,6 @@ using Content.Shared._CP14.Knowledge.Prototypes; using Content.Shared.Roles; +using JetBrains.Annotations; using Robust.Shared.Prototypes; namespace Content.Server._CP14.Knowledge.Specials;