summaryrefslogtreecommitdiff
path: root/src/protocol/unreal31.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/unreal31.c')
-rw-r--r--src/protocol/unreal31.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/unreal31.c b/src/protocol/unreal31.c
index 3076e72d0..8d52fe5fc 100644
--- a/src/protocol/unreal31.c
+++ b/src/protocol/unreal31.c
@@ -1515,7 +1515,7 @@ void moduleAddAnopeCmds()
pmodule_cmd_connect(unreal_cmd_connect);
pmodule_cmd_svshold(unreal_cmd_svshold);
pmodule_cmd_release_svshold(unreal_cmd_release_svshold);
- pmodule_cmd_unsgline(unreal_cmd_unsqline);
+ pmodule_cmd_unsgline(unreal_cmd_unsgline);
pmodule_cmd_unszline(unreal_cmd_unszline);
pmodule_cmd_szline(unreal_cmd_szline);
pmodule_cmd_sgline(unreal_cmd_sgline);