from Xan| in #wesnoth-dev, fix bug #5998
This commit is contained in:
parent
31e0a19054
commit
baadf8831e
1 changed files with 0 additions and 2 deletions
|
@ -183,8 +183,6 @@ LEVEL_RESULT play_game(display& disp, game_state& state, const config& game_conf
|
|||
if((**side)["controller"] == "network" &&
|
||||
(**side)["description"] == preferences::login()) {
|
||||
(**side)["controller"] = preferences::client_type();
|
||||
} else if((**side)["controller"] != "null" && (**side)["allow_player"] != "no") {
|
||||
(**side)["controller"] = "network";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue