File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
Author: Nick Gammon
6
6
Date: 11th March 2010
7
- Amended: 3rd May 2010
7
+ Amended: 15h August 2010
8
8
9
9
Generic MUD mapper.
10
10
@@ -60,7 +60,7 @@ Room info should include:
60
60
61
61
module (... , package.seeall )
62
62
63
- VERSION = 1.8 -- for querying by plugins
63
+ VERSION = 1.9 -- for querying by plugins
64
64
65
65
require " movewindow"
66
66
require " copytable"
@@ -875,7 +875,7 @@ end -- check_we_can_find
875
875
-- f returns true (or a "reason" string) if we want to store this one, and true,true if
876
876
-- we have done searching (ie. all wanted rooms found)
877
877
878
- local function find_paths (uid , f )
878
+ function find_paths (uid , f )
879
879
880
880
local function make_particle (curr_loc , prev_path )
881
881
local prev_path = prev_path or {}
You can’t perform that action at this time.
0 commit comments