Fix error in 64f5bfd

This commit is contained in:
Michael Cook (mackal) 2014-09-18 01:29:30 -04:00
parent 64f5bfd5ce
commit 347ae1bc34

View File

@ -472,7 +472,7 @@ bool ZoneServer::Process() {
if (results.Success())
zoneserver_list.SendEmoteMessage(scm->from, 0, 0, 0, "Your message has been added to %s's queue.", scm->to);
else
zoneserver_list.SendEmoteMessage(scm->from, 0, 0, 0, "%s is not online at this time.", scm->to, scm->to);
zoneserver_list.SendEmoteMessage(scm->from, 0, 0, 0, "%s is not online at this time.", scm->to);
}
// zoneserver_list.SendEmoteMessage(scm->from, 0, 0, 0, "You told %s, '%s is not online at this time'", scm->to, scm->to);