diff --git a/src/GameServer/RemoteView/Character/UpdateStatsBasePlugIn.cs b/src/GameServer/RemoteView/Character/UpdateStatsBasePlugIn.cs index 8354685d6..3abddc5f6 100644 --- a/src/GameServer/RemoteView/Character/UpdateStatsBasePlugIn.cs +++ b/src/GameServer/RemoteView/Character/UpdateStatsBasePlugIn.cs @@ -74,7 +74,7 @@ protected override void Dispose(bool disposing) base.Dispose(disposing); } - private async ValueTask SendDelayedUpdateAsync(UpdateAction action, AttributeDefinition attribute) + private async ValueTask SendDelayedUpdateAsync(UpdateAction action) { var autoResetEvent = this._resetEvents[this._actionIndexMapping[action]]; if (!autoResetEvent.WaitOne(0))