[#1111] Ignore scorebaord objective action 2 like we did before

This commit is contained in:
md_5 2014-07-12 17:33:57 +10:00
parent 9d5c886045
commit a6095c680f

View File

@ -118,6 +118,9 @@ public class DownstreamBridge extends PacketHandler
case 1:
serverScoreboard.removeObjective( objective.getName() );
break;
case 2:
// TODO: Handle this if we ever make an API
break;
default:
throw new IllegalArgumentException( "Unknown objective action: " + objective.getAction() );
}