Skip to content

Commit

Permalink
Update mc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
a3510377 committed Jan 24, 2024
1 parent 76017e3 commit e96144e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions extra/discord/admin/mc.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@

from plugins.discord.client import BaseCog, Bot

# BC_PLUGIN_PATH = Path() / "../CT-BC"
# BC_WHITELIST_CONFIG_PATH = (
# BC_PLUGIN_PATH / "plugins" / "BungeeCordWhitelistCT" / "config.yml"
# )
BC_PLUGIN_PATH = Path() / "../CT-BC"
BC_WHITELIST_CONFIG_PATH = (
BC_PLUGIN_PATH / "plugins" / "BungeeCordWhitelistCT" / "config.yml"
)
BC_WHITELIST_CONFIG_PATH = BC_PLUGIN_PATH / "plugins" / "BungeeWhitelist" / "config.yml"
yaml = ruamel.yaml.YAML()


Expand Down

0 comments on commit e96144e

Please sign in to comment.