mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 04:03:29 +00:00
fix [modify_side] controller=human in sp
This commit is contained in:
parent
c4a34ebe2c
commit
f8e5a55a83
@ -488,7 +488,7 @@ namespace
|
||||
/// We are in a game with no mp server and need to do this choice locally
|
||||
virtual config local_choice() const
|
||||
{
|
||||
return config_of("controller", new_controller_);
|
||||
return config_of("controller", new_controller_)("is_local", true);
|
||||
}
|
||||
/// the request which is sended to the mp server.
|
||||
virtual config request() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user