forked from GeyserMC/Geyser
remove plugin so it compiles
This commit is contained in:
parent
59e0aff289
commit
1ab2aacb5b
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ import java.util.List;
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
||||||
public class GeyserPlugin extends Plugin {
|
public class GeyserPlugin extends Plugin {
|
||||||
private List<ConnectedPlayer> players;
|
/*private List<ConnectedPlayer> players;
|
||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
@Override
|
@Override
|
||||||
|
@ -52,5 +52,5 @@ public class GeyserPlugin extends Plugin {
|
||||||
long L2 = Long.parseLong(two);
|
long L2 = Long.parseLong(two);
|
||||||
|
|
||||||
return new UUID(L1, L2);
|
return new UUID(L1, L2);
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue