From 6166951c5d16d3f11b086edc26a19b6b7041d96d Mon Sep 17 00:00:00 2001 From: Kill_Me_I_Noobs <118206719+Vonsant@users.noreply.github.com> Date: Sat, 13 Apr 2024 23:31:15 +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 9d9361c2d13..89c73760db4 100644 --- a/Content.Server/_NF/GameRule/NfAdventureRuleSystem.cs +++ b/Content.Server/_NF/GameRule/NfAdventureRuleSystem.cs @@ -266,7 +266,7 @@ private void OnStartup(RoundStartingEvent ev) })) { var meta = EnsureComp(griftyUids[0]); - _meta.SetEntityName(griftyUids[0], "Заправка Гриффина", meta); // Corvax RU + _meta.SetEntityName(griftyUids[0], "Заправка Зекинса", meta); // Corvax RU _shuttle.SetIFFColor(griftyUids[0], factionColor); }