Remove lines that are commented out, and which can now be done via the config file hooks.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@467 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
39456b7a75
commit
592b966d78
|
@ -1122,14 +1122,6 @@ newuser ()
|
|||
|
||||
dgl_exec_cmdqueue(globalconfig.cmdqueue[DGLTIME_REGISTER], 0, me);
|
||||
|
||||
/* create their ttyrec dir */
|
||||
/*
|
||||
snprintf (dirname, 100, "%sttyrec/%s", globalconfig.dglroot, me->username);
|
||||
|
||||
if (access (dirname, F_OK) != 0)
|
||||
mkdir (dirname, 0755);
|
||||
*/
|
||||
|
||||
writefile (1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue