Skip to content

Commit

Permalink
Load the VPNWhitelist on PostInit
Browse files Browse the repository at this point in the history
  • Loading branch information
HotaruBlaze committed Sep 25, 2023
1 parent ca6d2f8 commit fdb4dd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tes3mp/scripts/custom/goTES3MP/userModules/vpnChecker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ customEventHooks.registerValidator(
-- Get the default configs from goTES3MP
discordServer = goTES3MP.GetDefaultDiscordServer()
discordChannel = goTES3MP.GetDefaultDiscordChannel()
vpnWhitelist = goTES3MPVPNChecker.LoadConfig()
tes3mp.LogMessage(enumerations.log.INFO, "[goTES3MP:VPNChecker] Loaded")
end
)
Expand Down

0 comments on commit fdb4dd4

Please sign in to comment.