Don't disconnect player when we have no vanilla tab completions.

This commit is contained in:
md_5 2014-01-21 15:32:54 +11:00
parent e438e11987
commit 80c8e1ac31
13 changed files with 50 additions and 46 deletions

View file

@ -1,4 +1,4 @@
From 4c7701d9ccb11b2412671090f39bfe9eaeee1103 Mon Sep 17 00:00:00 2001
From 52f16d9f47956b8295dfaccb85cd4738201156cc Mon Sep 17 00:00:00 2001
From: md_5 <md_5@live.com.au>
Date: Sun, 2 Jun 2013 15:57:09 +1000
Subject: [PATCH] Add Particle API
@ -327,10 +327,10 @@ index f02bfb7..a58eb05 100644
* Represents various map environment types that a world may be
*/
diff --git a/src/main/java/org/bukkit/entity/Player.java b/src/main/java/org/bukkit/entity/Player.java
index 22bce07..9b4c28f 100644
index 234a82d..bcfe0f9 100644
--- a/src/main/java/org/bukkit/entity/Player.java
+++ b/src/main/java/org/bukkit/entity/Player.java
@@ -803,6 +803,11 @@ public interface Player extends HumanEntity, Conversable, CommandSender, Offline
@@ -1033,6 +1033,11 @@ public interface Player extends HumanEntity, Conversable, CommandSender, Offline
{
throw new UnsupportedOperationException( "Not supported yet." );
}
@ -360,5 +360,5 @@ index 08aa71d..5217aec 100644
}
}
--
1.8.4.msysgit.0
1.8.3.2