diff options
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index b7d172f35..48ee58056 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -1296,8 +1296,6 @@ int atcommand_where( }
pl_sd = map_nick2sd(atcmd_player_name);
- pl_sd = map_nick2sd(atcmd_player_name);
-
if (pl_sd == NULL)
return -1;
|