From b871e6c54db65021115bab822826f50d675ab6b6 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Wed, 2 May 2012 13:47:36 -0500 Subject: [PATCH] map_name -> map_id --- extras/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/README.md b/extras/README.md index eb0c1ca09..67665d435 100644 --- a/extras/README.md +++ b/extras/README.md @@ -144,7 +144,7 @@ map_id = script.map_id # MapHeader is not given all the info yet # in the mean time "map_names" contains some metadata -map_dict = crystal.map_names[map_group][map_name] +map_dict = crystal.map_names[map_group][map_id] map_header = map_dict["header_new"] print map_dict["name"]