This commit is contained in:
Shoghi Cervantes 2015-05-28 15:16:09 +02:00
parent c97e1fdce0
commit 1833da01fe

View File

@ -1519,7 +1519,7 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
return;
}
if(true or $packet->protocol1 !== ProtocolInfo::CURRENT_PROTOCOL){
if($packet->protocol1 !== ProtocolInfo::CURRENT_PROTOCOL){
if($packet->protocol1 < ProtocolInfo::CURRENT_PROTOCOL){
$message = "disconnectionScreen.outdatedClient";