mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-22 03:51:12 +00:00
hopefully fix mis-skinned bots
This commit is contained in:
parent
b1e29990e5
commit
819688576d
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ void(float whatbot, integer whatskill) BotConnect =
|
|||
bot_start_topic(1);
|
||||
f = ClientNumber (self) + 1;
|
||||
self.b_clientno = f;
|
||||
self.colormap = (float) f + 1;
|
||||
self.colormap = (float) f;
|
||||
if (whatbot)
|
||||
self.netname = BotName(whatbot);
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue