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 6166951 commit d24a74f
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 @@ -256,7 +256,7 @@ private void OnStartup(RoundStartingEvent ev)
}))
{
var meta = EnsureComp<MetaDataComponent>(caseyUids[0]);
_meta.SetEntityName(caseyUids[0], "Казино Чокнутой Кейси", meta); // Corvax RU
_meta.SetEntityName(caseyUids[0], "Казино Чокнутого Джерри", meta); // Corvax RU
_shuttle.SetIFFColor(caseyUids[0], factionColor);
}

Expand Down

0 comments on commit d24a74f

Please sign in to comment.