Skip to content

Commit

Permalink
Merge fec653c into c641361
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele committed Jul 16, 2020
2 parents c641361 + fec653c commit c21f8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/hooks/countryBan/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ module.exports = function sdtdCountryBan(sails) {
});

let countryBanConfig = config[0].countryBanConfig;
console.log(countryBanConfig);

if (
countryBanConfig.bannedCountries.includes(country) &&
!countryBanConfig.whiteListedSteamIds.includes(steamId)
Expand Down

0 comments on commit c21f8de

Please sign in to comment.