mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 12:43:52 -07:00
Whitespace + general cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user