diff options
Diffstat (limited to 'src/map/script.c')
-rw-r--r-- | src/map/script.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/map/script.c b/src/map/script.c index 178bbdf4b..05779ed9e 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -10734,7 +10734,6 @@ BUILDIN_FUNC(atcommand) } is_atcommand(fd, sd, cmd, 0); - return 0; } @@ -10770,8 +10769,7 @@ BUILDIN_FUNC(charcommand) return 1; } - is_atcommand(0, sd, cmd, 0); - + is_atcommand(fd, sd, cmd, 0); return 0; } |