We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 505e087 commit 451bd17Copy full SHA for 451bd17
1 file changed
addons/main/config.cpp
@@ -16,7 +16,7 @@ class CfgPatches {
16
class Intercept {
17
class Dedmen { //Change this. It's either the name of your project if you have more than one plugin. Or just your name.
18
class template_plugin { //Change this.
19
- pluginName = "Intercept Template Plugin"; //Change this.
+ pluginName = "template-plugin"; //Change this.
20
};
21
22
-};
+};
0 commit comments