mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
[MIRROR] Fixes roulette exploit. (#8229)
* Fixes roulette exploit. (#61472) * Fixes roulette exploit. Co-authored-by: 170141183460469231731687303715884105727 <58013024+170141183460469231731687303715884105727@users.noreply.github.com>
This commit is contained in:
co-authored by
170141183460469231731687303715884105727
parent
f068f841a4
commit
e6559dd2cc
@@ -309,7 +309,7 @@
|
||||
if(ROULETTE_BET_ODD)
|
||||
return ISODD(rolled_number)
|
||||
if(ROULETTE_BET_EVEN)
|
||||
return ISEVEN(rolled_number)
|
||||
return (ISEVEN(rolled_number) && rolled_number != 0)
|
||||
if(ROULETTE_BET_1TO18)
|
||||
return (rolled_number >= 1 && rolled_number <= 18) //between 1 to 18
|
||||
if(ROULETTE_BET_19TO36)
|
||||
|
||||
Reference in New Issue
Block a user