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

Comparing deliantra/server/ext/nimbus.ext (file contents):
Revision 1.2 by root, Thu Dec 21 22:41:34 2006 UTC vs.
Revision 1.3 by root, Sat Dec 30 10:16:10 2006 UTC

78 78
79 my $path = sprintf "%s/%s/%s/%s", 79 my $path = sprintf "%s/%s/%s/%s",
80 cf::localdir, cf::playerdir, $ob->name, "nimbus"; 80 cf::localdir, cf::playerdir, $ob->name, "nimbus";
81 81
82 if ($ob->map->path ne $path) { 82 if ($ob->map->path ne $path) {
83 my $nimbus = cf::map::find "/schmorp/nimbus"; 83 my $nimbus = cf::map::find_map "/schmorp/nimbus";
84 $nimbus->path ($path); 84 $nimbus->path ($path);
85 $nimbus->unique (1); 85 $nimbus->unique (1);
86 86
87 $pl->savebed ($path, 24, 12); 87 $pl->savebed ($path, 24, 12);
88 } 88 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines