From a489b6df55205693acdc3ae7a7a2eb54a1b80722 Mon Sep 17 00:00:00 2001 From: CloudKeeper1 Date: Sat, 10 Sep 2016 21:02:25 +1000 Subject: [PATCH] Added appropriate switch to example 2. --- evennia/contrib/mapbuilder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/contrib/mapbuilder.py b/evennia/contrib/mapbuilder.py index 92b43ab383..348095b0aa 100644 --- a/evennia/contrib/mapbuilder.py +++ b/evennia/contrib/mapbuilder.py @@ -178,7 +178,7 @@ EXAMPLE1_LEGEND = {("♣", "♠"): build_forest, ("▲"): build_temple} # ---------- EXAMPLE 2 ---------- # -# @mapbuilder evennia.contrib.mapbuilder.EXAMPLE2_MAP EXAMPLE2_LEGEND +# @mapbuilder/two evennia.contrib.mapbuilder.EXAMPLE2_MAP EXAMPLE2_LEGEND # -*- coding: utf-8 -*-