Skip to content

Commit

Permalink
Merge pull request A3Wasteland#43 from A3Wasteland/AgentRev_TPG_merges
Browse files Browse the repository at this point in the history
Forgot to remove conflict leftovers
  • Loading branch information
AgentRev committed Sep 11, 2013
2 parents 0ac40ed + 6d96263 commit 0230713
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions persistence/players/c_playerDBSetup.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@ applyPlayerDBValues =
{
player addMagazine [_className, _ammoCount];
};
<<<<<<< Updated upstream
if(_fits == 3) then
{
_backpack = unitBackpack player;
_backpack addMagazineCargo [_className,1];
};
=======
>>>>>>> Stashed changes
} forEach _varValue;
};

Expand Down

0 comments on commit 0230713

Please sign in to comment.