]> git.lizzy.rs Git - dragonblocks_alpha.git/blobdiff - src/client/client_auth.c
Fix client terrain crashes and performance
[dragonblocks_alpha.git] / src / client / client_auth.c
index c0fa81af2c549e7a797d89240091da1692b97d5c..0d16cea66746f64f8325ce4b76fa4ed04ed8e666 100644 (file)
@@ -16,11 +16,8 @@ static void auth_loop()
                        if (client_auth.name)
                                linenoiseFree(client_auth.name);
 
-                       /*
                        if (!(client_auth.name = linenoise("Enter name: ")))
                                return;
-                       */
-                       client_auth.name = strdup("singleplayer");
 
                        printf("[access] authenticating as %s...\n", client_auth.name);
                        client_auth.state = AUTH_WAIT;