Merge branch 'plexusorg:master' into master

This commit is contained in:
ayunami2000 2022-04-10 17:57:13 -04:00 committed by GitHub
commit 4bbb73d1ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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