ipidentification is now always enabled

This commit is contained in:
Cathy J. Fitzpatrick 2013-04-26 07:49:15 -06:00
parent 68e574cc52
commit e2b7a3a46a

View File

@ -66,7 +66,6 @@ class ActionDispatcher {
if (!isset($PokemonServers[$serverid])) {
// Try to find the server by source IP, rather than by serverid.
foreach ($PokemonServers as &$i) {
if (empty($i['ipidentification'])) continue;
if (!isset($i['ipcache'])) {
$i['ipcache'] = gethostbyname($i['server']);
}