mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew.git
synced 2025-05-13 11:37:33 -05:00
Dont give chats during tutorial
This commit is contained in:
parent
9e3317c897
commit
dcaf65f860
1 changed files with 11 additions and 9 deletions
|
@ -435,6 +435,7 @@ fn get_live_character_list(lp_used: i32, deck_id: i32, user: &JsonValue, mission
|
|||
}).unwrap();
|
||||
i += 1;
|
||||
}
|
||||
if user["tutorial_step"].as_i32().unwrap() >= 130 {
|
||||
for data in rv.members() {
|
||||
for chat in CHATS.members() {
|
||||
if chat.as_i64().unwrap() > data["exp"].as_i64().unwrap() {
|
||||
|
@ -447,6 +448,7 @@ fn get_live_character_list(lp_used: i32, deck_id: i32, user: &JsonValue, mission
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rv
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue