Selectable Plots - Fix

This commit is contained in:
He-Man 2019-03-21 20:28:52 +01:00
parent e0b4427f94
commit b0ae47ffe7

View File

@ -196,6 +196,7 @@ class CfgBaseBuilding
}; };
class PlotPole_SIM_EPOCH : PlotPole_EPOCH class PlotPole_SIM_EPOCH : PlotPole_EPOCH
{ {
upgradeBuilding[] = {};
removeParts[] = {}; removeParts[] = {};
}; };
class PlotPole_M_EPOCH : Default class PlotPole_M_EPOCH : Default
@ -209,6 +210,7 @@ class CfgBaseBuilding
}; };
class PlotPole_M_SIM_EPOCH : PlotPole_M_EPOCH class PlotPole_M_SIM_EPOCH : PlotPole_M_EPOCH
{ {
upgradeBuilding[] = {};
removeParts[] = {}; removeParts[] = {};
}; };
class PlotPole_L_EPOCH : Default class PlotPole_L_EPOCH : Default
@ -222,6 +224,7 @@ class CfgBaseBuilding
}; };
class PlotPole_L_SIM_EPOCH : PlotPole_L_EPOCH class PlotPole_L_SIM_EPOCH : PlotPole_L_EPOCH
{ {
upgradeBuilding[] = {};
removeParts[] = {}; removeParts[] = {};
}; };
class PlotPole_XL_EPOCH : Default class PlotPole_XL_EPOCH : Default
@ -235,6 +238,7 @@ class CfgBaseBuilding
}; };
class PlotPole_XL_SIM_EPOCH : PlotPole_XL_EPOCH class PlotPole_XL_SIM_EPOCH : PlotPole_XL_EPOCH
{ {
upgradeBuilding[] = {};
removeParts[] = {}; removeParts[] = {};
}; };
class PlotPole_XXL_EPOCH : Default class PlotPole_XXL_EPOCH : Default
@ -248,6 +252,7 @@ class CfgBaseBuilding
}; };
class PlotPole_XXL_SIM_EPOCH : PlotPole_XXL_EPOCH class PlotPole_XXL_SIM_EPOCH : PlotPole_XXL_EPOCH
{ {
upgradeBuilding[] = {};
removeParts[] = {}; removeParts[] = {};
}; };
class WoodRamp_EPOCH : Default class WoodRamp_EPOCH : Default