remove plugin so it compiles

This commit is contained in:
EOT3000 2019-09-11 16:32:19 -04:00
parent 59e0aff289
commit 1ab2aacb5b
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ import java.util.List;
import java.util.UUID;
public class GeyserPlugin extends Plugin {
private List<ConnectedPlayer> players;
/*private List<ConnectedPlayer> players;
@SuppressWarnings("unchecked")
@Override
@ -52,5 +52,5 @@ public class GeyserPlugin extends Plugin {
long L2 = Long.parseLong(two);
return new UUID(L1, L2);
}
}*/
}