From 238cc9c778b3fd75514142fac345363006c35745 Mon Sep 17 00:00:00 2001 From: Christian Schlittchen Date: Sun, 21 Apr 2002 08:02:56 +0000 Subject: [PATCH] - Zweite (kaputte) Passwortmeldung rausgenommen. --- src/common/gamecode/report.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/gamecode/report.c b/src/common/gamecode/report.c index 6c98fb9e1..0e2878cae 100644 --- a/src/common/gamecode/report.c +++ b/src/common/gamecode/report.c @@ -1866,10 +1866,13 @@ report(FILE *F, faction * f, const faction_list * addresses, } if (f->age <= 2) { + /* doppelt gemoppelt und funktioniert nicht. */ if (f->age <= 1) { ADDMSG(&f->msgs, msg_message("changepasswd", "value", gc_add(strdup(f->passw)))); } + */ + /* Was tut das? */ RENDER(f, buf, sizeof(buf), ("newbie_password", "password", f->passw)); rnl(F); centre(F, buf, true);