summaryrefslogtreecommitdiff
path: root/src/protocol/unreal32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/unreal32.c')
-rw-r--r--src/protocol/unreal32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c
index f92a7767d..3dad92f4c 100644
--- a/src/protocol/unreal32.c
+++ b/src/protocol/unreal32.c
@@ -2146,7 +2146,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);