Skip to content

Commit 6bf8baa

Browse files
committed
Remove version number from default server name
This is truly unnecessary now that we have versions in the server list. Fixes Unvanquished/Unvanquished#1540
1 parent 85f3584 commit 6bf8baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/Defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6464
#define TEAMCONFIG_NAME "teamconfig.cfg"
6565

6666
#define UNNAMED_PLAYER "UnnamedPlayer"
67-
#define UNNAMED_SERVER PRODUCT_NAME " " PRODUCT_VERSION " Server"
67+
#define UNNAMED_SERVER "Unnamed " PRODUCT_NAME " Server"
6868

6969
/** file containing our RSA public and private keys */
7070
#define RSAKEY_FILE "pubkey"

0 commit comments

Comments
 (0)