[Fixed] fast server change

20 July 2015 21:51

the fast server change under the default hotkey N is not working any more. maybe you have to change this part of the script.

                if(widget >= CTW_NS0 && widget < CTW_NSEND){
                char ip[16];
                // if(widget < CTW_NSX4)
                strecpy(ip, NOVAPOLIS_IPV4_PRIMARY, lastof(ip));
                // else strecpy(ip, NOVAPOLIS_IPV4_SECONDARY, lastof(ip));

                NetworkClientConnectGame(NetworkAddress(ip, (3980 + widget - CTW_NS0)), COMPANY_SPECTATOR);
            }
21 July 2015 09:03

Done already, will be in the next client update.