diff options
Diffstat (limited to 'src/map/intif.c')
-rw-r--r-- | src/map/intif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/intif.c b/src/map/intif.c index d4fa026a2..c33fbe55f 100644 --- a/src/map/intif.c +++ b/src/map/intif.c @@ -2595,7 +2595,7 @@ void intif_parse_RodexCheckName(int fd) if (reqchar_id <= 0) return; - + sd = map->charid2sd(reqchar_id); if (sd == NULL) // User is not online anymore |