Fix three-space indentation in a few places

This commit is contained in:
2022-02-11 18:27:00 +01:00
parent 00865e1c7b
commit 91f9a2085b
3 changed files with 11 additions and 11 deletions

View File

@@ -392,7 +392,7 @@ static void tradeRegisterCash(CNSocket* sock, CNPacketData* data) {
Player* plr = PlayerManager::getPlayer(sock);
if (pacdat->iCandy < 0 || pacdat->iCandy > plr->money)
return; // famous glitch, begone
return; // famous glitch, begone
CNSocket* otherSock; // weird flip flop because we need to know who the other player is
if (pacdat->iID_Request == pacdat->iID_From)