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