summaryrefslogtreecommitdiff
path: root/modules/fantasy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/fantasy.cpp')
-rw-r--r--modules/fantasy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/fantasy.cpp b/modules/fantasy.cpp
index c4dfc957e..c815781bf 100644
--- a/modules/fantasy.cpp
+++ b/modules/fantasy.cpp
@@ -167,7 +167,7 @@ class Fantasy : public Module
}
// Command requires registered users only
- if (!cmd->AllowUnregistered() && !u->Account())
+ if (!cmd->AllowUnregistered() && !u->IsIdentified())
return;
if (params.size() < cmd->min_params)