diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/chrif.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/map/chrif.c b/src/map/chrif.c index 190038805..68b97e5b2 100644 --- a/src/map/chrif.c +++ b/src/map/chrif.c @@ -509,10 +509,6 @@ void chrif_authok(int fd) { struct auth_node *auth_data; RFIFOHEAD(fd); - if (map_id2sd(RFIFOL(fd, 4)) != NULL) - //Someone with this account is already in! Do not store the info to prevent possible sync exploits. [Skotlex] - return; - if ((auth_data =uidb_get(auth_db, RFIFOL(fd, 4))) != NULL) { //Is the character already awaiting authorization? if (auth_data->sd) |