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

Comparing deliantra/server/ext/map-tags.ext (file contents):
Revision 1.17 by root, Fri Oct 23 03:08:34 2009 UTC vs.
Revision 1.18 by root, Fri Oct 23 03:28:11 2009 UTC

86} 86}
87 87
88sub scan_static { 88sub scan_static {
89 my $maps = cf::map::static_maps; 89 my $maps = cf::map::static_maps;
90 90
91 scan_map "s$_", "$cf::MAPDIR$_.map"; 91 scan_map "s$_", "$cf::MAPDIR$_.map"
92 for @$maps; 92 for @$maps;
93} 93}
94 94
95sub reload { 95sub reload {
96 my $guard = cf::lock_acquire "map-tags::reload"; 96 my $guard = cf::lock_acquire "map-tags::reload";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines