Skip to content

Commit

Permalink
Remove debug forcedstat set on gamestage
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaioru committed Oct 14, 2023
1 parent bccc0cb commit 55d9f5e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/common/Edelstein.Common.Gameplay.Game/GameStage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ await user.Context.Services.Friend.UpdateProfile(new FriendUpdateProfileRequest(
user.Context.Options.ChannelID,
field.ID
));

await user.FieldUser.ModifyStatsForced(s =>
{
s.Reset();
s.ACC = 1000;
});
}

public new async Task Leave(IGameStageUser user)
Expand Down

0 comments on commit 55d9f5e

Please sign in to comment.