In game whom

This commit is contained in:
jl777
2019-02-12 19:38:13 -11:00
parent e543773eb1
commit 25fc96b97f
3 changed files with 6 additions and 5 deletions

View File

@@ -365,8 +365,8 @@ int rogue(int argc, char **argv, char **envp)
if ((env = getenv("ROGUEOPTS")) != NULL)
parse_opts(env);
if (env == NULL || whoami[0] == '\0')
strucpy(whoami, md_getusername(), (int) strlen(md_getusername()));
//if (env == NULL || whoami[0] == '\0')
// strucpy(whoami, md_getusername(), (int) strlen(md_getusername()));
lowtime = (int) time(NULL);
#ifdef MASTER
if (wizard && getenv("SEED") != NULL)