Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Update NfAdventureRuleSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonsant authored Apr 13, 2024
1 parent c714a8a commit 6166951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/_NF/GameRule/NfAdventureRuleSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ private void OnStartup(RoundStartingEvent ev)
}))
{
var meta = EnsureComp<MetaDataComponent>(griftyUids[0]);
_meta.SetEntityName(griftyUids[0], "Заправка Гриффина", meta); // Corvax RU
_meta.SetEntityName(griftyUids[0], "Заправка Зекинса", meta); // Corvax RU
_shuttle.SetIFFColor(griftyUids[0], factionColor);
}

Expand Down

0 comments on commit 6166951

Please sign in to comment.