This commit is contained in:
Leijurv 2019-07-20 23:47:51 -07:00
parent df900c9e64
commit 4d127acb9a
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -714,7 +714,6 @@ public class ExampleBaritoneControl implements Helper, AbstractGameEventListener
goal = new GoalBlock(playerFeet);
break;
case 1:
goal = new GoalYLevel(parseOrDefault(params[0], playerFeet.y));
break;
case 2: