mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-04-22 12:25:21 +00:00
Multiple Game World Ports (#1206)
* configuration for the game world server to connect to clients across a number of socket-port connections following a simple numerical load balancing policy * combining port management into the sector pane * mostly spelling issues
This commit is contained in:
parent
593caec8cf
commit
00a6f2abe1
8 changed files with 378 additions and 180 deletions
|
|
@ -104,6 +104,7 @@ case class LoginConfig(
|
|||
|
||||
case class WorldConfig(
|
||||
port: Int,
|
||||
ports: Seq[Int],
|
||||
serverName: String,
|
||||
serverType: ServerType
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue