Skip to content

Commit

Permalink
gagagag
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetronamecronicus committed May 30, 2024
1 parent 9c3c670 commit e28e06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Client/Dice/DiceSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace Content.Client.Dice;

public sealed class DiceSystem : SharedDiceSystem
{
{//
protected override void UpdateVisuals(EntityUid uid, DiceComponent? die = null)
{
if (!Resolve(uid, ref die) || !TryComp(uid, out SpriteComponent? sprite))
Expand Down

0 comments on commit e28e06a

Please sign in to comment.