mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2025-10-09 00:47:19 +08:00
Oops
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user