Add docs for adding a new SDL server to the code

This commit is contained in:
Duke Leto
2022-02-11 08:37:02 -05:00
parent 6c5ffca056
commit 5a1dd4114f

View File

@@ -71,3 +71,10 @@ echo 'source $HOME/.cargo/env' >> $HOME/.bashrc
./win-static-build.sh
```
# Adding a new SDL lite server backend to the code
* Add the new server name to the array in getRandomServer() in settings.cpp
* Add the new server to dropdown in mainwindow.cpp
TODO: Make both of these places use a single list of servers.