From 147271d2222ea05047ff5542a01b2d36d67a22d3 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 24 Oct 2013 15:03:48 -0700 Subject: Only show MOTD once --- src/map/clif.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map/clif.cpp') diff --git a/src/map/clif.cpp b/src/map/clif.cpp index 3d6ef98..0ac518e 100644 --- a/src/map/clif.cpp +++ b/src/map/clif.cpp @@ -3597,7 +3597,8 @@ void clif_parse_LoadEndAck(int, dumb_ptr sd) sd->bl_x + AREA_SIZE, sd->bl_y + AREA_SIZE, BL::NUL); - pc_show_motd(sd); + if (!sd->state.seen_motd) + pc_show_motd(sd); } /*========================================== -- cgit v1.2.3-70-g09d2