nginx setup and make
This commit is contained in:
@@ -231,7 +231,8 @@ pub fn account_create(name: &String, password: &String, code: &String, tx: &mut
|
||||
None => return Err(err_msg("account not created")),
|
||||
};
|
||||
|
||||
for _i in 0..3 {
|
||||
// 3 constructs for a team and 1 to swap
|
||||
for _i in 0..4 {
|
||||
construct_spawn(tx, ConstructSpawnParams { name: generate_name() }, id)?;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user