Clean up most resources, Completable > Observable
This commit is contained in:
@@ -84,9 +84,8 @@ public class RuneLiteAPI
|
||||
|
||||
static
|
||||
{
|
||||
try
|
||||
try (InputStream in = RuneLiteAPI.class.getResourceAsStream("/runelite.properties"))
|
||||
{
|
||||
InputStream in = RuneLiteAPI.class.getResourceAsStream("/runelite.properties");
|
||||
properties.load(in);
|
||||
|
||||
version = properties.getProperty("runelite.version");
|
||||
|
||||
Reference in New Issue
Block a user