Whitespace + general cleanup

This commit is contained in:
Erik Broes
2011-05-14 16:29:42 +02:00
parent e54d8c3352
commit 309846d732
87 changed files with 474 additions and 421 deletions

View File

@@ -80,7 +80,7 @@ public class ConsoleCommandHandler {
if (s.toLowerCase().startsWith("kick ")) {
// CraftBukkit start - Add kick message compatibility
String[] parts = s.split(" ");
s2 = ( parts.length >= 2 ) ? parts[1] : "";
s2 = parts.length >= 2 ? parts[1] : "";
// CraftBukkit end
entityplayer = null;