From fa36d3fa384ed4f5ca937ef5fc69fcda0f762479 Mon Sep 17 00:00:00 2001 From: Lewie Date: Wed, 21 Jun 2023 00:11:29 -0400 Subject: [PATCH] Fix spelling of template --- DynmapCore/src/main/java/org/dynmap/DynmapCore.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DynmapCore/src/main/java/org/dynmap/DynmapCore.java b/DynmapCore/src/main/java/org/dynmap/DynmapCore.java index 9a0445a3..6bb2beb8 100644 --- a/DynmapCore/src/main/java/org/dynmap/DynmapCore.java +++ b/DynmapCore/src/main/java/org/dynmap/DynmapCore.java @@ -1359,7 +1359,7 @@ public class DynmapCore implements DynmapCommonAPI { new CommandInfo("dmap", "mapadd", ": : :", "Create map for world with name using provided attributes."), new CommandInfo("dmap", "mapset", ": : :", "Update map of world with new attribute values."), new CommandInfo("dmap", "worldreset", "", "Reset world to default template for world type"), - new CommandInfo("dmap", "worldreset", " ", "Reset world to temaplte ."), + new CommandInfo("dmap", "worldreset", " ", "Reset world to template ."), new CommandInfo("dmap", "worldgetlimits", "", "List visibity and hidden limits for world"), new CommandInfo("dmap", "worldaddlimit", " corner1:/ corner2:/", "Add rectangular visibilty limit"), new CommandInfo("dmap", "worldaddlimit", " type:round center:/ radius:", "Add round visibilty limit"),