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

Comparing deliantra/server/ext/map-link.ext (file contents):
Revision 1.13 by root, Wed May 4 07:41:13 2011 UTC vs.
Revision 1.14 by root, Fri Jan 11 15:08:03 2013 UTC

1#! perl # mandatory 1#! perl # mandatory
2 2
3# this is the map type for the {link} map, a singleton 3# this is the map type for the {link} map, a singleton
4# this is the only map in the server that is guaranteed to exit 4# this is the only map in the server that is guaranteed to exist
5# at all times without blocking, and this is ensured by not relying 5# at all times without blocking, and this is ensured by not relying
6# on any external files. 6# on any external files.
7 7
8cf::map->register (qr{^\{link\}}); 8cf::map->register (qr{^\{link\}});
9 9

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines