diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c index f6820de9f..6e5bff823 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -3868,7 +3868,7 @@ int do_init(int argc, char *argv[]) { if (char_ip_set_ == 0)
chrif_setip(buf);
if (ptr[0] == 192 && ptr[1] == 168)
- ShowError("\nFirewall detected.. \n edit lan_support.conf and map_athena.conf\n\n");
+ ShowError("\nFirewall detected.. \n edit subnet_athena.conf and map_athena.conf\n\n");
}
if (SHOW_DEBUG_MSG)
|