chore: format everything

This commit is contained in:
Tropical
2026-03-30 02:13:59 -05:00
parent 470ddf959d
commit c9b90cae2c
463 changed files with 12748 additions and 11285 deletions

View File

@@ -448,7 +448,6 @@ void MultiplayerLocalPlayer::StressTestMove(double* tempX, double* tempY,
static float dx = cos(30.0);
static float dz = sin(30.0);
float nx = x + (dx * 1.2);
float nz = z + (dz * 1.2);
float ny = y;