mirror of
https://github.com/MrOkiDoki/BattleBit-Community-Server-API.git
synced 2025-01-24 18:23:09 -03:00
Fix fuckup in readme
This commit is contained in:
parent
d3d555e074
commit
31ad895542
1 changed files with 1 additions and 1 deletions
|
@ -30,4 +30,4 @@ This project can either be built by using [`dotnet build`](https://learn.microso
|
|||
|
||||
After writing and compiling this project. You will want to host it somewhere. This could be on the same server that the gameservers run on, or somewhere completely different. We do recommend to keep the latency to the gameserver minimal for smoother and faster communication. The same `ServerListener` can be used for *multiple* gameservers at the same time. You can specify the API server (address & port) in the launch options of the gameserver.
|
||||
|
||||
The gameserver connects to the API with the launch argument `"-apiendpoint=<IP>:<port>"`, where `port` is the port that the listener listens on and the `IP` is the IP of the API server.
|
||||
The gameserver connects to the API with the launch argument `"-apiendpoint=<IP>:<port>"`, where `<port>` is the port that the listener listens on and the `<IP>` is the IP of the API server.
|
||||
|
|
Loading…
Add table
Reference in a new issue