blue-nebula / base

Main repository of Blue Nebula, a fast-paced shooter with a unique parkour system. It is a fork of Red Eclipse and is free software.
https://blue-nebula.org
16 stars 7 forks source link

Fix bug: Server list not showing after guidelines #154

Closed robalni closed 4 years ago

robalni commented 4 years ago

This is fixed by changing "show_ui servers" to "show_ui Servers" because the name of the Servers ui has been changed in a previous commit but in this place the old name was still used.

Fixes #146