Update FakePlayerConnection.java

This commit is contained in:
TheMode 2021-04-11 20:32:09 +02:00 committed by GitHub
parent fadbe39494
commit 9f3b7d4ca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,5 +42,4 @@ public class FakePlayerConnection extends PlayerConnection {
Check.argCondition(!(player instanceof FakePlayer), "FakePlayerController needs a FakePlayer object");
super.setPlayer(player);
}
}