Skip to content

Commit

Permalink
Fixed wrong path to election script
Browse files Browse the repository at this point in the history
  • Loading branch information
Armitxes committed Feb 10, 2017
1 parent ea60a50 commit f9be872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armitxes/init.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ if(!isDedicated) then {
waitUntil { !dialog };
};
if(isciv && (PLAYERDATA select 9) == 2) then {player setPos (getMarkerPos "respawn_civilian2");};
[] execVM "elections.sqf";
[] execVM "armitxes\elections.sqf";
civstatsdone = true;
};

0 comments on commit f9be872

Please sign in to comment.