hopefully fix mis-skinned bots

This commit is contained in:
Bill Currie 2003-03-06 22:06:59 +00:00
parent b1e29990e5
commit 819688576d

View file

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