From d79890439408993475ec439dac103a32282bf9a7 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Sun, 10 Apr 2022 13:33:49 -0500 Subject: [PATCH] Update Plex.java --- src/main/java/dev/plex/Plex.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/dev/plex/Plex.java b/src/main/java/dev/plex/Plex.java index 27c4d70..b055563 100644 --- a/src/main/java/dev/plex/Plex.java +++ b/src/main/java/dev/plex/Plex.java @@ -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 } } } -} \ No newline at end of file +}