mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-07 12:28:39 +00:00
Revert GameScoreEvent user count workaround
This commit is contained in:
parent
24fa301182
commit
966f6198c6
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public class GameScoreEvent : GameEvent
|
||||||
|
|
||||||
this.Score = score.Points;
|
this.Score = score.Points;
|
||||||
//TODO is this correct?
|
//TODO is this correct?
|
||||||
this.UserCount = score.Type == 7 ? 0 : score.Type;
|
this.UserCount = score.Type;
|
||||||
|
|
||||||
this.Slot = ReviewSlot.CreateFromEntity(slot);
|
this.Slot = ReviewSlot.CreateFromEntity(slot);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue