Skip to content

Commit

Permalink
resolving crash.
Browse files Browse the repository at this point in the history
  • Loading branch information
elsongabriel committed Apr 8, 2024
1 parent 1d8bb61 commit 5d9de35
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 @@ -7219,7 +7219,7 @@ void ProtocolGame::AddCreature(NetworkMessage &msg, std::shared_ptr<Creature> cr
}
} else {
static Outfit_t outfit;
AddOutfit(msg, outfit, false);
AddOutfit(msg, outfit);
}

LightInfo lightInfo = creature->getCreatureLight();
Expand Down

0 comments on commit 5d9de35

Please sign in to comment.