forgot to change filepath in main class
This commit is contained in:
parent
27c90aaed9
commit
9715546f29
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -50,7 +50,7 @@ public class Resurrection extends JavaPlugin implements Listener {
|
||||||
|
|
||||||
System.out.println("[Resurrection] Locating the file \"playerData.resurrection\"...");
|
System.out.println("[Resurrection] Locating the file \"playerData.resurrection\"...");
|
||||||
// check if playerData.resurrection exists
|
// check if playerData.resurrection exists
|
||||||
File playerFile = new File("playerData.resurrection");
|
File playerFile = new File("plugins/playerData.resurrection");
|
||||||
if (!playerFile.exists()) {
|
if (!playerFile.exists()) {
|
||||||
System.out.println("[Resurrection] Player data file does not exist. Creating now in the \"plugins\" directory...");
|
System.out.println("[Resurrection] Player data file does not exist. Creating now in the \"plugins\" directory...");
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Reference in a new issue