Skip to content

Commit 451bd17

Browse files
authored
Use default pluginName instead of a placeholder
1 parent 505e087 commit 451bd17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

addons/main/config.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class CfgPatches {
1616
class Intercept {
1717
class Dedmen { //Change this. It's either the name of your project if you have more than one plugin. Or just your name.
1818
class template_plugin { //Change this.
19-
pluginName = "Intercept Template Plugin"; //Change this.
19+
pluginName = "template-plugin"; //Change this.
2020
};
2121
};
22-
};
22+
};

0 commit comments

Comments
 (0)