Skip to content

Commit

Permalink
Update Content.Server/Arcade/BlockGame/BlockGame.cs
Browse files Browse the repository at this point in the history
Co-authored-by: FN <[email protected]>
  • Loading branch information
Vonsant and FireNameFN authored Jan 4, 2025
1 parent 88d9703 commit 685a2bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Server/Arcade/BlockGame/BlockGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ private void InvokeGameover()
{
_highScorePlacement = _arcadeSystem.RegisterHighScore(meta.EntityName, Points);
SendHighscoreUpdate();
var ev = new MoodEffectEvent("ArcadePlay"); //Corvax-Next-Mood
_entityManager.EventBus.RaiseLocalEvent(meta.Owner, ev); //Corvax-Next-Mood
var ev = new MoodEffectEvent("ArcadePlay"); // Corvax-Next-Mood
_entityManager.EventBus.RaiseLocalEvent(meta.Owner, ev); // Corvax-Next-Mood
}
SendMessage(new BlockGameMessages.BlockGameGameOverScreenMessage(Points, _highScorePlacement?.LocalPlacement, _highScorePlacement?.GlobalPlacement));
}
Expand Down

0 comments on commit 685a2bf

Please sign in to comment.