From 37a4268a102ac66bbc8d283b3ae57d952bf26425 Mon Sep 17 00:00:00 2001 From: ultramage Date: Sun, 20 Sep 2009 22:09:59 +0000 Subject: Disabled ip checking during auth, since it lead to a lot of confusion. This essentially reverts the default behavior to before r10021. Re-enabling should only be reconsidered after the subnet mechanism is made fully automatic. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14069 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/login/login.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/login/login.c') diff --git a/src/login/login.c b/src/login/login.c index 964349b0f..e1299f586 100644 --- a/src/login/login.c +++ b/src/login/login.c @@ -411,8 +411,8 @@ int parse_fromchar(int fd) node->account_id == account_id && node->login_id1 == login_id1 && node->login_id2 == login_id2 && - node->sex == sex_num2str(sex) && - node->ip == ip_ ) + node->sex == sex_num2str(sex) /*&& + node->ip == ip_*/ ) {// found //ShowStatus("Char-server '%s': authentication of the account %d accepted (ip: %s).\n", server[id].name, account_id, ip); -- cgit v1.2.3-60-g2f50