--- deliantra/server/common/player.C 2008/09/29 10:32:50 1.47 +++ deliantra/server/common/player.C 2008/12/28 06:59:26 1.48 @@ -463,12 +463,12 @@ buf << ""; cfpod = expand_cfpod (pl, buf, cfpod, -2); buf << "\n"; + + while (*cfpod == '\n') + buf << *cfpod++; } while (*cfpod == ' '); - while (*cfpod == '\n') - buf << *cfpod++; - break; } }