[[Fix the choose-your-leader bug]]

<miyo> Ayin: There is choose-your-leader bug
<Ayin> Another one? What is it?
<miyo> Ayin: network player can choose faction and leader... but gets random

Now this should be fixed.
This commit is contained in:
Philippe Plantier 2004-09-23 18:26:49 +00:00
parent 84cee96a5a
commit 1c8981a30c

View file

@ -987,6 +987,7 @@ void mp_connect::update_network()
}
if(cfg["type"].empty() == false) {
pos->first->values["random_faction"] = "";
pos->first->values["type"] = cfg["type"];
}