mirror of
https://github.com/plexusorg/Plex.git
synced 2025-06-25 21:34:28 +00:00
Update Plex.java
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user