mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-09-29 03:00:07 +00:00
Fix three-space indentation in a few places
This commit is contained in:
@@ -199,7 +199,7 @@ static int getCrateItem(sItemBase* result, int itemSetId, int rarity, int player
|
||||
return -1;
|
||||
}
|
||||
|
||||
// initialize all weights as the default weight for all item slots
|
||||
// initialize all weights as the default weight for all item slots
|
||||
std::vector<int> itemWeights(validItems.size(), itemSet.defaultItemWeight);
|
||||
|
||||
if (!itemSet.alterItemWeightMap.empty()) {
|
||||
|
Reference in New Issue
Block a user