fixed 1 being treated as 'allin', close #1844
This commit is contained in:
		@@ -278,7 +278,7 @@ namespace NadekoBot.Modules.Gambling
 | 
				
			|||||||
        //    });
 | 
					        //    });
 | 
				
			||||||
        //    return Task.CompletedTask;
 | 
					        //    return Task.CompletedTask;
 | 
				
			||||||
        //}
 | 
					        //}
 | 
				
			||||||
        public enum Allin { Allin, All }
 | 
					        public enum Allin { Allin = int.MinValue, All = int.MinValue }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        private async Task InternallBetroll(long amount)
 | 
					        private async Task InternallBetroll(long amount)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -25,7 +25,7 @@ namespace NadekoBot.Modules.Gambling
 | 
				
			|||||||
                _db = db;
 | 
					                _db = db;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            public enum Allin { Allin, All }
 | 
					            public enum Allin { Allin = int.MinValue, All = int.MinValue }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            [NadekoCommand, Usage, Description, Aliases]
 | 
					            [NadekoCommand, Usage, Description, Aliases]
 | 
				
			||||||
            public Task WheelOfFortune(Allin _)
 | 
					            public Task WheelOfFortune(Allin _)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user