Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mod Runs even when disabled in Config #13

Open
NicholoDesanti opened this issue Apr 7, 2024 · 0 comments
Open

Mod Runs even when disabled in Config #13

NicholoDesanti opened this issue Apr 7, 2024 · 0 comments

Comments

@NicholoDesanti
Copy link

NicholoDesanti commented Apr 7, 2024

When config is set to disable it still runs in the world server

Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3

[worldserver]

Auctionator configuration

Auctionator.Enable
    Description: Enable my module and print "Hello World" message at server start
    Default:     0 - Disabled
                 1 - Enabled

Auctionator.Enabled = 0

See world server output:

AzerothCore rev. e863873d4c80 2024-04-03 19:36:53 +0000 (master branch) (Win64, RelWithDebInfo, Static) (worldserver-daemon) ready...
Loading account bound templates...

Loaded 205 companion templates
Loaded 1 faction-specific companion templates
Loaded 246 mount templates
Loaded 73 faction-specific mount templates
[Auctionator]: Auctionator initializing...
[Auctionator] Initializing Auctionator Config
[Auctionator] config->isEnabled: 0
[Auctionator] CharacterIds: 2::1
[Auctionator] Auctionator config initialized
[Auctionator] Event init
[AuctionatorEvents] Initializing events
[Auctionator]: Auctionator disabled.
AC> Starting up Auction House Listing thread...
Calendar deletion of old events.
[Auctionator] - - - - - - - - - - - - - - - - - - - -
[Auctionator] Neutral count: 5100
[Auctionator] Alliance count: 5097
[Auctionator] Horde count: 5100
[Auctionator] UpdatingEvents
[AuctionatorEvents] Executing events
[AuctionatorEvents] Executing event: AllianceSeller
[AuctionatorEvents] Alliance count over max: 5097
[AuctionatorEvents] Executing event: HordeSeller
[AuctionatorEvents] Horde count over max: 5100
[AuctionatorEvents] Executing event: NeutralSeller
[AuctionatorEvents] Neutral count over max: 5100
[Auctionator] ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant