1
0
mirror of https://github.com/Bjanski/ExAd.git synced 2024-08-30 16:52:14 +00:00

fixed path error

This commit is contained in:
Bjanski 2016-04-14 22:09:22 +02:00
parent c1b7f5c9f2
commit 20d37e9243

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