This commit is contained in:
Anuken
2019-12-16 10:12:39 -05:00
parent 487607e1d6
commit d47f86cc21
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ public class Version{
public static void init(){
if(!enabled) return;
Fi file = OS.isAndroid || OS.isIos ? Core.files.internal("version.properties") : new Fi("version.properties", FileType.Internal);
Fi file = OS.isAndroid || OS.isIos ? Core.files.internal("version.properties") : new Fi("version.properties", FileType.internal);
ObjectMap<String, String> map = new ObjectMap<>();
PropertiesUtils.load(map, file.reader());