diff --git a/Content.Server/_NF/GameRule/NfAdventureRuleSystem.cs b/Content.Server/_NF/GameRule/NfAdventureRuleSystem.cs index 37b65843b6e..05aeed9da9f 100644 --- a/Content.Server/_NF/GameRule/NfAdventureRuleSystem.cs +++ b/Content.Server/_NF/GameRule/NfAdventureRuleSystem.cs @@ -174,7 +174,7 @@ private void OnStartup(RoundStartingEvent ev) })) { var meta = EnsureComp(depotUid2s[0]); - _meta.SetEntityName(depotUid2s[0], "Ресторан Триньки", meta); // Corvax RU + _meta.SetEntityName(depotUid2s[0], "Ресторан Тринньки", meta); // Corvax RU _shuttle.SetIFFColor(depotUid2s[0], factionColor); }