From 9ea7f42d548f1f040154fd8d72505f657d43b1bc Mon Sep 17 00:00:00 2001 From: Kwoth Date: Fri, 23 Dec 2016 22:17:19 +0100 Subject: [PATCH] Woopsie daisy, hopefuly you had fun xd --- src/NadekoBot/Modules/Gambling/Commands/FlipCoinCommand.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NadekoBot/Modules/Gambling/Commands/FlipCoinCommand.cs b/src/NadekoBot/Modules/Gambling/Commands/FlipCoinCommand.cs index 110905cc..2c1b9245 100644 --- a/src/NadekoBot/Modules/Gambling/Commands/FlipCoinCommand.cs +++ b/src/NadekoBot/Modules/Gambling/Commands/FlipCoinCommand.cs @@ -67,6 +67,7 @@ namespace NadekoBot.Modules.Gambling if (!removed) { await channel.SendErrorAsync($"{guildUser.Mention} You don't have enough {Gambling.CurrencyPluralName}.").ConfigureAwait(false); + return; } //heads = true //tails = false