update path errors

This commit is contained in:
Bjanski 2016-04-14 22:41:45 +02:00
parent 20d37e9243
commit 04a299c289

View File

@ -19,10 +19,10 @@
class HaloParachute
{
file = "ExHPClient\Functions";
file = "ExAdClient\HaloParachute\Functions";
class ejectPlayer {};
class pullParachute {};
class showEject {};
class showParachute {};
class customize {file = "ExHPClient\HaloParachute\postInit.sqf"; postInit = 1;};
class customize {file = "ExAdClient\HaloParachute\postInit.sqf"; postInit = 1;};
};