--- deliantra/server/ext/login.ext 2007/07/23 17:53:55 1.69 +++ deliantra/server/ext/login.ext 2007/09/02 12:37:10 1.70 @@ -118,10 +118,8 @@ sub nuke_playerdir { my ($user) = @_; - aio_stat "$PLAYERDIR/$user"; - system "cd \Q$PLAYERDIR\E " - . "&& mv \Q$user\E ~\Q$Coro::current\E~deleting~ 2>/dev/null " - . "&& (rm -rf ~\Q$Coro::current\E~deleting~ &)"; + aio_rename "$PLAYERDIR/$user", "$PLAYERDIR/~$Coro::current~deleting~"; + system "rm -rf \Q$PLAYERDIR/~$Coro::current~deleting~\E &"; } cf::client->attach (on_addme => sub { @@ -144,7 +142,7 @@ *** cfclient: use the -cache commandline option. *** cfclient: map will not redraw automatically (bug). *** gcfclient: use -cache commandline option, or enable -*** gcfclient: Client=>Configure=>Map & Image=>Cache Images. +*** gcfclient: Client => Configure => Map & Image => Cache Images. *** jcrossclient: your client is broken, use CFPlus or gcfclient. *** ***