fixed shuffling, more chat widget code

This commit is contained in:
Max-Wilhelm Bruker 2009-08-22 21:57:03 +02:00
parent 947cd1736c
commit 120193fb0b
8 changed files with 131 additions and 9 deletions

View file

@ -11,7 +11,7 @@ void ChatChannel::addPlayer(ServerSocket *player)
QString str = QString("chat|join_channel|%1|%2").arg(name).arg(player->getPlayerName());
for (int i = 0; i < size(); ++i)
at(i)->msg(str);
append(player);
for (int i = 0; i < size(); ++i)