You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DynmapCore/src/main/java/org/dynmap/DynmapCore.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1359,7 +1359,7 @@ public boolean matches(String c) {
1359
1359
newCommandInfo("dmap", "mapadd", "<world>:<map> <attrib>:<value> <attrib>:<value>", "Create map for world <world> with name <map> using provided attributes."),
1360
1360
newCommandInfo("dmap", "mapset", "<world>:<map> <attrib>:<value> <attrib>:<value>", "Update map <map> of world <world> with new attribute values."),
1361
1361
newCommandInfo("dmap", "worldreset", "<world>", "Reset world <world> to default template for world type"),
1362
-
newCommandInfo("dmap", "worldreset", "<world> <templatename>", "Reset world <world> to temaplte <templatename>."),
1362
+
newCommandInfo("dmap", "worldreset", "<world> <templatename>", "Reset world <world> to template <templatename>."),
1363
1363
newCommandInfo("dmap", "worldgetlimits", "<world>", "List visibity and hidden limits for world"),
0 commit comments