summaryrefslogtreecommitdiff
path: root/src/map/pc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.cpp')
-rw-r--r--src/map/pc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.cpp b/src/map/pc.cpp
index 06b7ceb..a723555 100644
--- a/src/map/pc.cpp
+++ b/src/map/pc.cpp
@@ -777,6 +777,7 @@ int pc_authok(int id, int login_id2, TimeT connect_until_time,
// this is far from the only such thing, but most of the others are logs
void pc_show_motd(dumb_ptr<map_session_data> sd)
{
+ sd->state.seen_motd = true;
std::ifstream in(motd_txt.c_str());
if (in.is_open())
{