mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-23 01:27:37 +00:00
Merge branch 'plexusorg:master' into master
This commit is contained in:
commit
4bbb73d1ff
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user