From cbc152d9bfbdff468d92353c9cd90edac64b8c3d Mon Sep 17 00:00:00 2001 From: Vonsant <118206719+Vonsant@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:22:22 +0300 Subject: [PATCH] Update NfAdventureRuleSystem.cs --- Content.Server/_NF/GameRule/NfAdventureRuleSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }