make sure the logs specify chests are disabled

This commit is contained in:
Jill 2023-01-05 12:22:25 +03:00
parent 29bf5ff117
commit ab88dba7e0
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ CrystalGauntlet.endpoints["/getGJRewards.php"] = ->(context : HTTP::Server::Cont
LOG.debug { params.inspect }
if !config_get("chests.enabled").as?(Bool)
LOG.debug { "chests disabled" }
return "-1"
end