- Fixed: Bots added by different setting controllers could be assigned the same player number.
This commit is contained in:
parent
1c500cead6
commit
1b7c07df65
6 changed files with 111 additions and 72 deletions
|
|
@ -2250,7 +2250,7 @@ void Net_DoCommand (int type, BYTE **stream, int player)
|
|||
break;
|
||||
|
||||
case DEM_ADDBOT:
|
||||
bglobal.DoAddBot (stream);
|
||||
bglobal.TryAddBot (stream, player);
|
||||
break;
|
||||
|
||||
case DEM_KILLBOTS:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue