]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix identity grammar (#36817)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Tue, 22 Apr 2025 00:26:29 +0000 (20:26 -0400)
committerGitHub <noreply@github.com>
Tue, 22 Apr 2025 00:26:29 +0000 (02:26 +0200)
Fix identity

Content.Server/IdentityManagement/IdentitySystem.cs

index f1b34c16fa5419a019fae75d3ae882b6ce2fc948..f873273f801b55075e0b39d502c78f8bc11d7f1d 100644 (file)
@@ -103,7 +103,7 @@ public sealed class IdentitySystem : SharedIdentitySystem
 
             // If presumed name is null and we're using that, we set proper noun to be false ("the old woman")
             if (name != representation.TrueName && representation.PresumedName == null)
-                _grammarSystem.SetProperNoun((uid, grammar), false);
+                _grammarSystem.SetProperNoun((ident, identityGrammar), false);
 
             Dirty(ident, identityGrammar);
         }