Skip to content

Commit

Permalink
Merge pull request #705 from Sparker95/development
Browse files Browse the repository at this point in the history
Version 0.50
  • Loading branch information
Sparker95 authored Aug 19, 2020
2 parents fca4458 + 305c589 commit 2583daa
Show file tree
Hide file tree
Showing 41 changed files with 24,205 additions and 19,045 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devValidateTestBuildUpload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@master

- name: Build Missions
run: '.\tools\Builder\buildMissions.ps1 -verPatch ${{ github.run_number }}'
run: '.\tools\Builder\buildMissions.ps1 -verPatch ${{ github.run_number }}_DEV'

- name: Build addons
run: '.\tools\Builder\buildAddons.ps1 -metaFileName meta_dev.cpp'
Expand Down
6 changes: 3 additions & 3 deletions Vindicta-Addon/addons/module_location/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ class CfgVehicles {
};
};

class Vindicta_LocationWaypoint: Module_F
class Vindicta_BridgeConnection: Module_F
{
scope = 2;
vehicleClass = "Modules";
displayName = "Location Waypoint";
displayName = "Bridge Connection";
category = "Vindicta";

class Units;
Expand All @@ -69,7 +69,7 @@ class CfgVehicles {
{
class Units: Units
{
property = "Vindicta_LocationWaypoint";
property = "Vindicta_BridgeConnection";
};
};
};
Expand Down
Loading

0 comments on commit 2583daa

Please sign in to comment.