mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
ipidentification is now always enabled
This commit is contained in:
parent
68e574cc52
commit
e2b7a3a46a
|
|
@ -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']);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user