Clarify comment

This commit is contained in:
ebaydayz
2016-08-11 11:15:51 -04:00
parent a885c8c147
commit 2fdc87a86c
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ switch (_status) do {
case 1: { //Locking
_lockedClass = getText (configFile >> "CfgVehicles" >> _type >> "lockedClass");
// Save old unlocked safe's gear to database
// Save to database (also happens if a player is within 10m in server_playerSync and server_onPlayerDisconnect)
[_obj,"gear"] call server_updateObject;
_weapons = getWeaponCargo _obj;
_magazines = getMagazineCargo _obj;