Update Plex.java

This commit is contained in:
Telesphoreo 2022-04-10 13:33:49 -05:00 committed by GitHub
parent 8544775be2
commit d798904394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -248,7 +248,7 @@ public class Plex extends JavaPlugin
{
final Properties props;
try (InputStream in = plugin.getResource("resources/build.properties"))
try (InputStream in = plugin.getResource("build.properties"))
{
props = new Properties();
props.load(in);
@ -265,4 +265,4 @@ public class Plex extends JavaPlugin
}
}
}
}
}