wovencode / OpenMMO

OpenMMO - Groundwork
http://open-mmo.net
Other
179 stars 30 forks source link

[network] ServerInfo is only used on client - rename to ClientConnectionInfo #67

Open francy51 opened 4 years ago

francy51 commented 4 years ago

There is no clear way of knowing which of the IPs declared in Project Configuration the server is being built to host on. ServerInfo could be renamed to ClientConnectionInfo to clarify this situation

DX4D commented 4 years ago

Turns out the server does not care what IP it is running on (only the port). Renaming of ServerInfo does still apply and would help clear up future confusion.