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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/script.c b/src/map/script.c
index c2ec1ddc8..178bbdf4b 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -10733,7 +10733,6 @@ BUILDIN_FUNC(atcommand)
cmd++;
}
- sd->gmlevel = 99;
is_atcommand(fd, sd, cmd, 0);
return 0;
@@ -10771,7 +10770,6 @@ BUILDIN_FUNC(charcommand)
return 1;
}
- sd->gmlevel = 99;
is_atcommand(0, sd, cmd, 0);
return 0;