Skip to content

Commit

Permalink
Code format - (Clang-format)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 29, 2024
1 parent 74f9575 commit bc53ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/network/protocol/protocolgame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1660,7 +1660,7 @@ void ProtocolGame::parseSetOutfit(NetworkMessage &msg) {

Module* outfitModule = g_modules().getEventByRecvbyte(0xD3, false);
if (outfitModule) {
outfitModule->executeOnRecvbyte(player, msg);
outfitModule->executeOnRecvbyte(player, msg);
}

uint16_t startBufferPosition = msg.getBufferPosition();
Expand Down

0 comments on commit bc53ea7

Please sign in to comment.