fix [modify_side] controller=human in sp

This commit is contained in:
gfgtdf 2016-03-19 22:22:56 +01:00
parent c4a34ebe2c
commit f8e5a55a83

View file

@ -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