mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Fixed missing return
This commit is contained in:
@@ -229,6 +229,7 @@ public static class Money
|
||||
if (gambler != null)
|
||||
{
|
||||
_logger.Info($"Gambler entity details: {gambler.Id}, Created: {gambler.Created:o}");
|
||||
return gambler;
|
||||
}
|
||||
if (!createIfNoneExists) return gambler;
|
||||
var permaBanned = await IsPermanentlyBannedAsync(userId, ct);
|
||||
|
||||
Reference in New Issue
Block a user