fix comment typo caused by stupid intellij refactoring comments 🤦
This commit is contained in:
parent
5651b39328
commit
e90f3a2a5f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import java.util.stream.Collectors;
|
||||||
/**
|
/**
|
||||||
* A class containing getAll of the packages of the server jar that we import classes from.
|
* A class containing getAll of the packages of the server jar that we import classes from.
|
||||||
* Every line has a check for the "flattened" variable due to the fact that server jars
|
* Every line has a check for the "flattened" variable due to the fact that server jars
|
||||||
* pre-1.17 had getAll of their classes "flattened" into one package.
|
* pre-1.17 had all of their classes "flattened" into one package.
|
||||||
*/
|
*/
|
||||||
public class ReflectionPackage {
|
public class ReflectionPackage {
|
||||||
private static final String VERSION = Bukkit.getServer().getClass().getPackage().getName().split("\\.")[3];
|
private static final String VERSION = Bukkit.getServer().getClass().getPackage().getName().split("\\.")[3];
|
||||||
|
|
Loading…
Reference in a new issue