1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Fix tagging cstring

This commit is contained in:
PabstMirror 2016-08-09 11:18:52 -05:00
parent 02794a972b
commit 8e10bf5eef

@ -35,7 +35,7 @@ class CfgVehicles {
};
};
class ModuleDescription {
description = CSTRING(ModuleDescription);
description = CSTRING(ModuleDesc);
};
};