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.7 by root, Thu Feb 15 03:19:02 2007 UTC vs.
Revision 1.8 by root, Tue May 22 10:42:48 2007 UTC

17# we have to special case some special cases :) 17# we have to special case some special cases :)
18sub reject_entry { 18sub reject_entry {
19 my ($pl) = @_; 19 my ($pl) = @_;
20 20
21 my $prev_pos = $pl->ob->{_prev_pos}; 21 my $prev_pos = $pl->ob->{_prev_pos};
22 $pl->ob->goto ($prev_pos ? @$prev_pos : "/world/world_105_115", 2, 34); 22 $pl->ob->goto ($prev_pos ? @$prev_pos : ("/world/world_105_115", 2, 34));
23 23
24 cf::override; 24 cf::override;
25} 25}
26 26
27sub update_balance { 27sub update_balance {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines