Apparently it was too short
This commit is contained in:
parent
f70e867a6e
commit
4d611a3e46
@ -27,7 +27,7 @@ pub fn serial_code(req: HttpRequest, body: String) -> HttpResponse {
|
||||
item = global::gift_item_basic(1, 6000, 1, "Only because you asked...", &mut user);
|
||||
} else if body["input_code"].to_string() == "sleepysleepyslep" {
|
||||
item = global::gift_item_basic(15540001, 50, 3, "I am tired", &mut user);
|
||||
} else if body["input_code"].to_string() == "hu_tao" {
|
||||
} else if body["input_code"].to_string() == "ilikeganyu!!!!!!" {
|
||||
item = global::gift_item_basic(16005003, 100, 3, "I need more primogems", &mut user);
|
||||
} else {
|
||||
let resp = object!{
|
||||
|
Loading…
x
Reference in New Issue
Block a user