From 02fd7a4916b31233eab4adb65a34ab7a6163efb7 Mon Sep 17 00:00:00 2001 From: Tobias Ottenweller Date: Sat, 6 Jul 2013 15:42:29 +0200 Subject: [PATCH] Added missing whitespace character. --- src/de/craftinc/gates/commands/CommandLocation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/de/craftinc/gates/commands/CommandLocation.java b/src/de/craftinc/gates/commands/CommandLocation.java index 4c74271..cfbaa76 100644 --- a/src/de/craftinc/gates/commands/CommandLocation.java +++ b/src/de/craftinc/gates/commands/CommandLocation.java @@ -85,7 +85,7 @@ public class CommandLocation extends BaseLocationCommand { GateBlockChangeSender.updateGateBlocks(gate); - sendMessage(ChatColor.RED + "There seems to be no frame at your new location! The gate got closed!" + ChatColor.AQUA + "You should build a frame now and execute:"); + sendMessage(ChatColor.RED + "There seems to be no frame at your new location! The gate got closed!" + ChatColor.AQUA + " You should build a frame now and execute:"); sendMessage(new CommandOpen().getUsageTemplate(true, true)); } }