[#1111] Ignore scorebaord objective action 2 like we did before
This commit is contained in:
parent
9d5c886045
commit
a6095c680f
@ -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() );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user