Skip to content

Commit

Permalink
Added help message to //load saying to use //paste.
Browse files Browse the repository at this point in the history
  • Loading branch information
sk89q committed Nov 7, 2010
1 parent e534a7a commit e1c1b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WorldEditListener.java
Expand Up @@ -809,7 +809,7 @@ public boolean performCommand(WorldEditPlayer player,
} 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());
Expand Down

0 comments on commit e1c1b2f

Please sign in to comment.