mirror of
https://github.com/HikikoMarmy/Champions-Reborn-Server.git
synced 2026-04-05 08:59:54 -03:00
Lobby ports for CON and RTA
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
service_ip=127.0.0.1
|
service_ip=192.223.31.2
|
||||||
lobby_port=40801
|
con_lobby_port=40900
|
||||||
|
rta_lobby_port=40910
|
||||||
discovery_port=10101
|
discovery_port=10101
|
||||||
@@ -3,8 +3,8 @@
|
|||||||
bool Config::Load( std::string filename )
|
bool Config::Load( std::string filename )
|
||||||
{
|
{
|
||||||
service_ip = "0.0.0.0";
|
service_ip = "0.0.0.0";
|
||||||
con_lobby_port = 40801;
|
con_lobby_port = 40900;
|
||||||
rta_lobby_port = 40810;
|
rta_lobby_port = 40910;
|
||||||
discovery_port = 10101;
|
discovery_port = 10101;
|
||||||
|
|
||||||
// Read configuration from ini file
|
// Read configuration from ini file
|
||||||
|
|||||||
Reference in New Issue
Block a user