mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-14 12:12:56 +03:00
fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
// check that plants libs are properly loaded
|
||||
// thanks to Tansien
|
||||
class faplants : House {};
|
||||
class faplants : HouseBase {};
|
||||
class grass: faplants
|
||||
{
|
||||
model = "\ca\data\cl_grass1.p3d";
|
||||
|
||||
@@ -10,13 +10,12 @@ class CfgVehicles {
|
||||
#include "CfgVehicles\Zeds\PlayerZeds.hpp"
|
||||
#include "CfgVehicles\Females\females.hpp"
|
||||
#include "CfgVehicles\antihack_logic.hpp"
|
||||
#include "CfgVehicles\antihack_plants.hpp"
|
||||
|
||||
class All;
|
||||
|
||||
class HouseBase;
|
||||
class Ruins: HouseBase {};
|
||||
|
||||
#include "CfgVehicles\antihack_plants.hpp"
|
||||
#include "CfgVehicles\DZE\Doors.hpp"
|
||||
|
||||
class AllVehicles;
|
||||
|
||||
Reference in New Issue
Block a user