mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-23 05:36:46 +01:00
Am dissapoint GJ
This commit is contained in:
parent
9f3e7ba11c
commit
86e4a4344b
@ -62,8 +62,7 @@ public class Leaderboard {
|
|||||||
String line = "";
|
String line = "";
|
||||||
ArrayList<String> players = new ArrayList<String>();
|
ArrayList<String> players = new ArrayList<String>();
|
||||||
|
|
||||||
while (in.readLine() != null) {
|
while ((line = in.readLine()) != null) {
|
||||||
line = in.readLine();
|
|
||||||
String[] character = line.split(":");
|
String[] character = line.split(":");
|
||||||
String p = character[0];
|
String p = character[0];
|
||||||
int powerLevel = 0;
|
int powerLevel = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user