Skip to content

Commit

Permalink
Modify classnames and prefix path to be uniform with my other mods
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorAU committed Mar 5, 2019
1 parent f27c88d commit aad2eb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion addon/pbo/$PBOPREFIX$
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DiscordEmbedBuilder
cau\discordembedbuilder
7 changes: 4 additions & 3 deletions addon/pbo/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// You don't need to worry about this stuff
#include "\@DiscordEmbedBuilder\external\_config.cpp"
class CfgPatches {
class DiscordEmbedBuilder {
class CAU_DiscordEmbedBuilder {
name="DiscordEmbedBuilder";
author="Connor";
url="https://steamcommunity.com/id/_connor";
Expand All @@ -21,9 +21,10 @@ class CfgPatches {
};
};
class CfgFunctions {
class DiscordEmbedBuilder {
class CAU_DiscordEmbedBuilder {
tag="DiscordEmbedBuilder";
class Scripts {
file = "\DiscordEmbedBuilder";
file = "\cau\discordembedbuilder";
class init {preInit=1;};
class buildCfg {};
class buildSqf {};
Expand Down

0 comments on commit aad2eb2

Please sign in to comment.