From 586ae694675c6150b1b0a573be6262d8e3077a3e Mon Sep 17 00:00:00 2001 From: sk89q Date: Wed, 10 Nov 2010 01:43:18 -0800 Subject: [PATCH] Fixed /listsnapshots and //restore not working. --- src/WorldEditListener.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/WorldEditListener.java b/src/WorldEditListener.java index 8d33e065a..c4bd6499d 100644 --- a/src/WorldEditListener.java +++ b/src/WorldEditListener.java @@ -181,9 +181,9 @@ public class WorldEditListener extends PluginListener { commands.put("/chunkinfo", "Get the filename of the chunk that you are in"); commands.put("/listchunks", "Print a list of used chunks"); commands.put("/delchunks", "Generate a shell script to delete chunks"); - commands.put("/listsnapshots ", "List the 5 newest snapshots"); + commands.put("/listsnapshots", " - List the 5 newest snapshots"); commands.put("//use", "[SnapshotID] - Use a particular snapshot"); - commands.put("//restore ", "Restore a particular snapshot"); + commands.put("//restore", " - Restore a particular snapshot"); } /**