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

Comparing deliantra/server/ext/rent.ext (file contents):
Revision 1.4 by root, Thu Jan 4 18:39:14 2007 UTC vs.
Revision 1.5 by root, Fri Jan 5 01:06:27 2007 UTC

18sub reject_entry { 18sub reject_entry {
19 my ($pl) = @_; 19 my ($pl) = @_;
20 20
21 cf::override; 21 cf::override;
22 22
23 $pl->goto_map ("/world/world_105_115", 2, 34) 23 $pl->goto ("/world/world_105_115", 2, 34)
24 unless 24 unless
25 $pl->ob->map 25 $pl->ob->map
26 && !$pl->ob->map->{path}{user_rel}; 26 && !$pl->ob->map->{path}{user_rel};
27} 27}
28 28

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines