mirror of
https://github.com/plexusorg/Plex.git
synced 2025-02-11 19:50:42 +00:00
Update Plex.java
This commit is contained in:
parent
8544775be2
commit
d798904394
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue