buffer fix

This commit is contained in:
Anuken
2026-01-16 21:38:00 -05:00
parent 5ce539f6c5
commit 7c8ad05bc2

View File

@@ -539,7 +539,7 @@ public class Vars implements Loadable{
}
StringMap globalBundle = new StringMap();
PropertiesUtils.load(globalBundle, files.internal("bundles/global.properties").reader(512, "UTF-8"));
PropertiesUtils.load(globalBundle, files.internal("bundles/global.properties").reader("UTF-8"));
bundle.getProperties().putAll(globalBundle);
}
}