Added missing whitespace character.

This commit is contained in:
Tobias Ottenweller 2013-07-06 15:42:29 +02:00
parent e21089d8c7
commit 02fd7a4916

View File

@ -85,7 +85,7 @@ public class CommandLocation extends BaseLocationCommand
{ {
GateBlockChangeSender.updateGateBlocks(gate); 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)); sendMessage(new CommandOpen().getUsageTemplate(true, true));
} }
} }