Skip to content

Commit

Permalink
Update Content.Server/Language/LanguageSystem.cs
Browse files Browse the repository at this point in the history
Co-authored-by: DEATHB4DEFEAT <[email protected]>
Signed-off-by: VMSolidus <[email protected]>
  • Loading branch information
VMSolidus and DEATHB4DEFEAT authored Sep 19, 2024
1 parent 5b3068f commit d7bf43a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Content.Server/Language/LanguageSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ private void OnUniversalShutdown(EntityUid uid, UniversalLanguageSpeakerComponen
{
RemoveLanguage(uid, UniversalPrototype);
}

private void OnUniversalInit(EntityUid uid, UniversalLanguageSpeakerComponent component, MapInitEvent args)
{
AddLanguage(uid, UniversalPrototype);
Expand Down

0 comments on commit d7bf43a

Please sign in to comment.