Skip to content

Commit aec7af3

Browse files
authored
Update README.md
1 parent ce1e1ef commit aec7af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class Example
2525
Players player = mee.getPlayer("157692073699573761");
2626

2727
//An output of their level
28-
System.out.println(player != null ? player.getLevel() ? "MEE6 API has no record of this member");
28+
System.out.println(player != null ? player.getLevel() : "MEE6 API has no record of this member");
2929
}
3030
}
3131
```

0 commit comments

Comments
 (0)