Dont let Bungee channels reach the user

This commit is contained in:
md_5 2013-01-26 16:55:55 +11:00
parent f7d1c168fc
commit bed67a90ef

View File

@ -425,6 +425,7 @@ public class UserConnection extends GenericConnection implements ProxiedPlayer
getServer().sendData("BungeeCord", b.toByteArray()); getServer().sendData("BungeeCord", b.toByteArray());
break; break;
} }
continue;
} }
} }