File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
hypixel-api-core/src/main/java/net/hypixel/api/util Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public interface ILeveling {
1818
1919 /**
2020 * This method returns the level of a player calculated by the current experience gathered. The result is
21- * a precise level of the player The value is not zero-indexed and represents the absolute visible level
21+ * a precise level of the player. The value is not zero-indexed and represents the absolute visible level
2222 * for the player.
2323 * The result can't be smaller than 1 and negative experience results in level 1.
2424 * <p>
@@ -38,7 +38,7 @@ static double getLevel(double exp) {
3838
3939 /**
4040 * This method returns the level of a player calculated by the current experience gathered. The result is
41- * a precise level of the player The value is not zero-indexed and represents the visible level
41+ * a precise level of the player. The value is not zero-indexed and represents the visible level
4242 * for the player.
4343 * The result can't be smaller than 1 and negative experience results in level 1.
4444 * <p>
You can’t perform that action at this time.
0 commit comments