--- deliantra/server/lib/cf.pm 2006/10/01 11:46:51 1.73 +++ deliantra/server/lib/cf.pm 2006/10/02 00:22:01 1.75 @@ -772,7 +772,7 @@ or -f sprintf "%s/%s/%s/%s.pl", cf::localdir, cf::playerdir, ($_[0]) x 2; } -=item $player->reply ($npc, $msg[, $flags]) +=item $object->reply ($npc, $msg[, $flags]) Sends a message to the player, as if the npc C<$npc> replied. C<$npc> can be C. Does the right thing when the player is currently in a @@ -1037,8 +1037,6 @@ local $/; *CFG = YAML::Syck::Load <$fh>; - - use Data::Dumper; warn Dumper \%CFG; } sub main {