ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/login.ext
(Generate patch)

Comparing deliantra/server/ext/login.ext (file contents):
Revision 1.95 by root, Wed Dec 17 16:43:38 2008 UTC vs.
Revision 1.96 by pippijn, Tue Dec 23 18:52:57 2008 UTC

140 warn $pl->ob->name, ": enter map 6\n";#d# 140 warn $pl->ob->name, ": enter map 6\n";#d#
141 141
142} 142}
143 143
144# delete a player directory, be non-blocking AND synchronous... 144# delete a player directory, be non-blocking AND synchronous...
145# (thats hard, so we crap out and fork). 145# (that's hard, so we crap out and fork).
146sub nuke_playerdir { 146sub nuke_playerdir {
147 my ($user) = @_; 147 my ($user) = @_;
148 148
149 my $temp = "$PLAYERDIR/~$Coro::current~deleting~"; 149 my $temp = "$PLAYERDIR/~$Coro::current~deleting~";
150 150

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines