finished upgrade code

This commit is contained in:
[VB]AWOL
2013-12-04 16:28:53 -06:00
parent 6ddd59f474
commit 799cf6d39d
2 changed files with 8 additions and 8 deletions

View File

@@ -141,8 +141,6 @@ if (_qty >= _qty_in) then {
//["PVDZE_veh_Publish",[_veh,[_dir,_location],_part_out,false,_keySelected]] call callRpcProcedure;
PVDZE_veh_Publish2 = [_veh,[_dir,_location],_part_out,false,_keySelected,_activatingPlayer];
publicVariableServer "PVDZE_veh_Publish2";
player reveal _veh;
cutText [format[("Bought %3 for %1 %2, key added to toolbelt."),_qty_in,_textPartIn,_textPartOut], "PLAIN DOWN"];
} else {