09 Aug, 2015, wifidi wrote in the 1st comment:
Votes: 0
Fixes rstat room description repeating per character present.
commands.cpp line 5429:
for (rch = location->people.begin(); rch != location->people.end();) {
buf1.append(" ");
buf1.append((*rch)->name);
if (++rch != location->people.end()) buf1.append(",");
}
0.0/1