From 0a3acd15fdddb2fbedf49fe6ea58740ca835206b Mon Sep 17 00:00:00 2001 From: wushin Date: Sun, 2 Aug 2015 22:55:03 -0500 Subject: Fix Broken Nick M+ Issue --- src/map/pc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/pc.cpp') diff --git a/src/map/pc.cpp b/src/map/pc.cpp index 96233e1..254ecb5 100644 --- a/src/map/pc.cpp +++ b/src/map/pc.cpp @@ -812,7 +812,7 @@ void pc_show_motd(dumb_ptr sd) // If you remove the sending of this message, // the license does not permit you to publicly use this software. - clif_displaymessage(sd->sess, "##7Server : This server is Free Software, for details type @source in chat or use the tmwa-source tool"_s); + clif_displaymessage(sd->sess, "Server : ##7This server is Free Software, for details type @source in chat or use the tmwa-source tool"_s); npc_event_doall_l(stringish("OnPCLoginEvent"_s), sd->bl_id, nullptr); sd->state.seen_motd = true; -- cgit v1.2.3-70-g09d2