mirror of
https://github.com/2006-Scape/Parabot-Randoms.git
synced 2026-07-03 00:38:07 +00:00
[CLEANUP] Removed extra #exists
This commit is contained in:
@@ -46,8 +46,6 @@ public class FileBan implements Random {
|
||||
|
||||
private boolean doesFileExist() {
|
||||
checked = true;
|
||||
|
||||
File file = new File(System.getProperty("user.home") + "/jagex_rs.txt");
|
||||
return file.exists() && file.exists();
|
||||
return new File(System.getProperty("user.home") + "/jagex_rs.txt").exists();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user