mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-08-27 21:48:31 -05:00
ipidentification is now always enabled
This commit is contained in:
@@ -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']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user