diff options
Diffstat (limited to 'FICS/obsproc.c')
-rw-r--r-- | FICS/obsproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/obsproc.c b/FICS/obsproc.c index b091767..ca53188 100644 --- a/FICS/obsproc.c +++ b/FICS/obsproc.c @@ -942,7 +942,7 @@ stored_mail_moves(int p, int mail, param_list param) int g = -1; int wp, wconnected, bp, bconnected, gotit = 0; - if (mail && (!parray[p].registered)) { + if (mail && !parray[p].registered) { pprintf(p, "Unregistered players cannot use mailstored.\n"); return; } |