diff options
Diffstat (limited to 'modules/fantasy.cpp')
-rw-r--r-- | modules/fantasy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/fantasy.cpp b/modules/fantasy.cpp index 0b3e642aa..20ccd0570 100644 --- a/modules/fantasy.cpp +++ b/modules/fantasy.cpp @@ -169,7 +169,7 @@ public: } // Command requires registered users only - if (!cmd->AllowUnregistered() && !u->Account()) + if (!cmd->AllowUnregistered() && !u->IsIdentified()) return; if (params.size() < cmd->min_params) |