Sfoglia il codice sorgente

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1034 54d463be-8e91-2dee-dedb-b68131a5f0ec

(no author) 20 anni fa
parent
commit
09e5465bf0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/login_sql/login.c

+ 1 - 1
src/login_sql/login.c

@@ -1593,7 +1593,7 @@ int login_config_read(const char *cfgName){
 		if(i!=2)
 			continue;
 
-		} else if (strcmpi(w1, "login_ip") == 0) {
+		else if (strcmpi(w1, "login_ip") == 0) {
 			//login_ip_set_ = 1;
 			h = gethostbyname (w2);
 			if (h != NULL) {