1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-28 19:29:14 +00:00

remove plugin so it compiles

This commit is contained in:
EOT3000
2019-09-11 16:32:19 -04:00
parent 59e0aff289
commit 1ab2aacb5b

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);
}
}*/
}