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 8, 2024
1 parent 3c53c67 commit cbc152d
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 @@ -174,7 +174,7 @@ private void OnStartup(RoundStartingEvent ev)
}))
{
var meta = EnsureComp<MetaDataComponent>(depotUid2s[0]);
_meta.SetEntityName(depotUid2s[0], "Ресторан Триньки", meta); // Corvax RU
_meta.SetEntityName(depotUid2s[0], "Ресторан Тринньки", meta); // Corvax RU
_shuttle.SetIFFColor(depotUid2s[0], factionColor);
}

Expand Down

0 comments on commit cbc152d

Please sign in to comment.