summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-02 13:17:48 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-02 13:17:48 +0000
commit63dbdf51131a211a502fc3e2caf607be6a44a8de (patch)
tree0d91b5b907499b31c004cba314f172a74c6686d2 /src/map/map.c
parent1cd89d146dc11603342f44a91cb66ee40a8bfb19 (diff)
downloadhercules-63dbdf51131a211a502fc3e2caf607be6a44a8de.tar.gz
hercules-63dbdf51131a211a502fc3e2caf607be6a44a8de.tar.bz2
hercules-63dbdf51131a211a502fc3e2caf607be6a44a8de.tar.xz
hercules-63dbdf51131a211a502fc3e2caf607be6a44a8de.zip
- Fixed the map server complain on the default user/password
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5161 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 920909279..4e77e9d23 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -3811,6 +3811,7 @@ int do_init(int argc, char *argv[]) {
}
map_config_read(MAP_CONF_NAME);
+ chrif_checkdefaultlogin();
if ((naddr_ == 0) && (map_ip_set_ == 0 || char_ip_set_ == 0)) {
ShowError("\nUnable to determine your IP address... please edit the map_athena.conf file and set it.\n");