mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-05 00:31:57 +00:00
total players registerd
This commit is contained in:
@@ -8,6 +8,7 @@ import java.net.URL;
|
||||
public class PlayersOnlineWebsite {
|
||||
|
||||
static String password;
|
||||
private static boolean hasntwared = true;
|
||||
|
||||
private static void setWebsitePlayersOnline(int amount) throws IOException {
|
||||
URL url;
|
||||
@@ -30,7 +31,8 @@ public class PlayersOnlineWebsite {
|
||||
} else {
|
||||
count--;
|
||||
}
|
||||
} else {
|
||||
} else if (hasntwared) {
|
||||
hasntwared = false;
|
||||
System.out.println("No Players Online On Website Password Set So Task Stopped");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user