From 13e3d8cd04dea0b3fa87bfaff36c55dc364c79cd Mon Sep 17 00:00:00 2001 From: fduncanh Date: Wed, 29 Sep 2021 14:32:23 -0400 Subject: [PATCH] UxPlay 1.36 use hostname of server as default server name. (suggestion by @mrbesen and @PetrusZ). --- uxplay.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/uxplay.cpp b/uxplay.cpp index c2b1512..0280cf1 100755 --- a/uxplay.cpp +++ b/uxplay.cpp @@ -302,7 +302,6 @@ int main (int argc, char *argv[]) { #endif get_hostname(server_name); - printf("%s\n",server_name.c_str()); // Parse arguments for (int i = 1; i < argc; i++) {