Skip to content

Commit

Permalink
Update cmdswapweap.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ryfactor authored Dec 21, 2023
1 parent 4bf192f commit 7ff57fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main/Source/cmdswapweap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ truth commandsystem::SwapWeaponsCfg(character* Char)
}else
if(bMaintenanceMode && Selected==iKeyUndoLastRm){DBGLN;
vSWCfg.push_back(vSWCfgRemoved[vSWCfgRemoved.size()-1]);
vSWCfgRemoved.erase(vSWCfgRemoved.end());//-1);
//vSWCfgRemoved.erase(vSWCfgRemoved.end());//-1);

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
}else
if(Selected==iKeyMaintenance){
bMaintenanceMode=true;
Expand Down

0 comments on commit 7ff57fa

Please sign in to comment.