summaryrefslogtreecommitdiff
path: root/src/modules/bs_fantasy_unban.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/bs_fantasy_unban.c')
-rw-r--r--src/modules/bs_fantasy_unban.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/bs_fantasy_unban.c b/src/modules/bs_fantasy_unban.c
index 195edb388..3324ee169 100644
--- a/src/modules/bs_fantasy_unban.c
+++ b/src/modules/bs_fantasy_unban.c
@@ -20,7 +20,7 @@ int do_fantasy(int argc, char **argv);
class BSFantasyUnban : public Module
{
public:
- BSFantasyUnban(const std::string &modname, const std::string &creator) : Module(creator)
+ BSFantasyUnban(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
EvtHook *hook;