3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-06 16:12:51 +02:00

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

Dieser Commit ist enthalten in:
sk89q 2010-11-06 23:18:26 -07:00
Ursprung e534a7a50e
Commit e1c1b2f134

Datei anzeigen

@ -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());