Skip to content

Commit

Permalink
Fix copy-past typo related to BSP* statistics field
Browse files Browse the repository at this point in the history
Co-Authored-By: Kirill Andriiashin <[email protected]>
  • Loading branch information
Belonit and ZivDero committed Sep 22, 2024
1 parent 4730aad commit 49fd247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spawner/Statistics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ DEFINE_HOOK(0x6C7989, SendStatisticsPacket_AddField_ALY, 0x6)
pPacket->AddField<DWORD>(fieldALY, pHouse->Allies.data);

char fieldBSP[] = "BSP*";
fieldALY[3] = id;
fieldBSP[3] = id;
pPacket->AddField<DWORD>(fieldBSP, pHouse->GetSpawnPosition());
}

Expand Down

0 comments on commit 49fd247

Please sign in to comment.