mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew.git
synced 2025-05-13 11:37:33 -05:00
Oops
This commit is contained in:
parent
5c51871d39
commit
db2c25b6ec
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ pub fn lottery_post(req: HttpRequest, body: String) -> Option<JsonValue> {
|
|||
let mut count = price["count"].as_usize().unwrap();
|
||||
|
||||
// This is a temporary easter egg, not meant to stay
|
||||
if body["master_lottery_price_number"] == 4110044 {
|
||||
if lottery_id == 4110044 {
|
||||
count = 30;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue