Skip to content

Commit

Permalink
right need to edit a cpp file to trigger cpp check
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitzunu committed Dec 19, 2024
1 parent f340fc1 commit 2e34d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/Handlers/MovementHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ void WorldSession::ComputeNewClockDelta()

uint32 latencyMedian = median(latencies);
uint32 latencyStandardDeviation = standard_deviation(latencies);

// comment
uint32 sampleSizeAfterFiltering = 0;
for (auto& pair : _timeSyncClockDeltaQueue.content())
{
Expand Down

0 comments on commit 2e34d8c

Please sign in to comment.