--- deliantra/server/ext/login.ext 2007/04/16 15:50:49 1.40 +++ deliantra/server/ext/login.ext 2007/04/18 17:32:06 1.42 @@ -6,8 +6,6 @@ use Coro::AIO; use List::Util qw(min max); -my $PLAYERDIR = sprintf "%s/%s", cf::localdir, cf::playerdir; - # paranoia function to overwrite a string-in-place sub nuke_str { substr $_[0], 0, (length $_[0]), "x" x length $_[0] @@ -142,7 +140,7 @@ if (!$v) { $v = 1; $setup{$k} = $v; - $ns->send_drawinfo ("(trying to force facecaching to be enabled)", cf::NDI_RED); + $ns->send_drawinfo ("(trying to forcefully enable facecaching)", cf::NDI_RED); } $ns->facecache ($v);