Fix tagging cstring

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

View File

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