Skip to content

Commit ba97403

Browse files
committed
ItemTier Bug Fix
1 parent 5dddf07 commit ba97403

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/material/inventory/DestinyItem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public ItemTier assessItemTier() {
103103
return null;
104104
}
105105

106-
enum ItemTier {
106+
public enum ItemTier {
107107
COMMON,
108108
UNCOMMON,
109109
RARE,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* I'll change this to JSON at a later date
1818
*/
1919
@Deprecated
20-
public class FileUtils {
20+
public class FileUtil {
2121

2222
private static Properties prop;
2323
private static OutputStream output;

0 commit comments

Comments
 (0)