Added help message to //load saying to use //paste.

This commit is contained in:
sk89q 2010-11-06 23:18:26 -07:00
parent e534a7a50e
commit e1c1b2f134

View File

@ -809,7 +809,7 @@ public class WorldEditListener extends PluginListener {
} else {
session.setClipboard(CuboidClipboard.loadSchematic(filePath));
logger.log(Level.INFO, player.getName() + " loaded " + filePath);
player.print(filename + " loaded.");
player.print(filename + " loaded. Paste it with //paste");
}
} catch (DataException e) {
player.printError("Load error: " + e.getMessage());