Fixed nullref inside ChargePlayerTaxFee #620

This commit is contained in:
Chomp
2025-10-15 20:29:02 +01:00
parent a1a3db783c
commit b15892b256
@@ -858,7 +858,7 @@ public class RagfairController(
if (logger.IsLogEnabled(LogLevel.Debug))
{
logger.Debug($"Offer tax to charge: {tax}, pulled from client: {storedClientTaxValue.Count is not null}");
logger.Debug($"Offer tax to charge: {tax}, pulled from client: {storedClientTaxValue?.Count is not null}");
}
// Cleanup of cache now we've used the tax value from it