In game whom
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user