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