summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/script.c b/src/map/script.c
index 64047d46d..a40a50bd7 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -10685,7 +10685,7 @@ BUILDIN_FUNC(atcommand)
cmd++;
}
- is_atcommand_sub(fd, sd, cmd, 99, sd->status.name);
+ is_atcommand_sub(fd, sd, cmd, 99);
return 0;
}
@@ -10729,7 +10729,7 @@ BUILDIN_FUNC(charcommand)
sprintf(output, "%s %s", cmd, param);
memcpy(temp, output, sizeof(output));
message = temp;
- is_atcommand_sub(fd,sd,message,99,sd->status.name);
+ is_atcommand_sub(fd,sd,message,99);
}
}
}