[ScryMUD] SVN Commit Info r898 - trunk/mud/grrmud/server
scrymud at wanfear.com
scrymud at wanfear.com
Sun Feb 25 16:37:08 PST 2007
Author: eroper
Date: 2007-02-25 16:37:07 -0800 (Sun, 25 Feb 2007)
New Revision: 898
Modified:
trunk/mud/grrmud/server/command5.cc
Log:
gecho now appropriately adds '\n' when displayed to immortals.
Modified: trunk/mud/grrmud/server/command5.cc
===================================================================
--- trunk/mud/grrmud/server/command5.cc 2007-02-25 21:41:19 UTC (rev 897)
+++ trunk/mud/grrmud/server/command5.cc 2007-02-26 00:37:07 UTC (rev 898)
@@ -2657,7 +2657,7 @@
while ((ptr = cll.next())) {
if (ptr->isImmort() && (ptr->getImmLevel() >= pc.getImmLevel())) {
- Sprintf(buf2, "[%S] %S", pc.getName(), msg);
+ Sprintf(buf2, "[%S] %S\n", pc.getName(), msg);
show(buf2, *ptr);
}
else {
More information about the ScryMUD
mailing list