- Fixed: Bots added by different setting controllers could be assigned the same player number.

This commit is contained in:
ChillyDoom 2014-10-25 14:58:10 +01:00
commit 1b7c07df65
6 changed files with 111 additions and 72 deletions

View file

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