Skip to content

Commit 588b796

Browse files
author
burdo
committed
use right path
1 parent 57c89b6 commit 588b796

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/comroid/api/func/ext/Context.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ class Base implements Context {
314314
try {
315315
var rootContext = new Context.Base(null, "ROOT", new Object[0]);
316316
InputStream resource = ClassLoader.getSystemClassLoader()
317-
.getResourceAsStream("org/comroid/api/context.properties");
317+
.getResourceAsStream("/org/comroid/api/context.properties");
318318
if (resource != null) {
319319
Properties props = new Properties();
320320
props.load(resource);

0 commit comments

Comments
 (0)