Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/common/Defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define TEAMCONFIG_NAME "teamconfig.cfg"

#define UNNAMED_PLAYER "UnnamedPlayer"
#define UNNAMED_SERVER PRODUCT_NAME " " PRODUCT_VERSION " Server"
#define UNNAMED_SERVER "Unnamed " PRODUCT_NAME " Server"

/** file containing our RSA public and private keys */
#define RSAKEY_FILE "pubkey"
Expand Down
Loading