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 e3556716c..ce2ad5a1d 100644 --- a/modules/fantasy.cpp +++ b/modules/fantasy.cpp @@ -69,7 +69,7 @@ class CommandBSSetFantasy : public Command } else { - this->OnSyntaxError(source, source.GetCommand()); + this->OnSyntaxError(source); } } |