UxPlay 1.36 use hostname of server as default server name.

(suggestion by @mrbesen and @PetrusZ).
This commit is contained in:
fduncanh
2021-09-29 14:32:23 -04:00
parent 751fcee49c
commit 13e3d8cd04

View File

@@ -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++) {