Skip to content

Commit 9f2c4fc

Browse files
committed
Update module_minecraft.dart
1 parent 7c0bcdf commit 9f2c4fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/modules/module_minecraft.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import 'dart:io' show Directory, File, Platform;
33
import 'package:corecoder_develop/util/modules_manager.dart';
44
import 'package:flutter/material.dart';
55
import 'package:uuid/uuid.dart';
6-
import 'android
6+
77
class MinecraftModule extends Module {
88
String comMojang = ""; // platform dependent
99

@@ -62,7 +62,7 @@ class MinecraftModule extends Module {
6262
comMojang +=
6363
"\\Packages\\Microsoft.MinecraftUWP_8wekyb3d8bbwe\\LocalState\\games\\com.mojang\\";
6464
} else if (Platform.isAndroid) {
65-
comMojang = ExtStorage.getExternalStorageDirectory()
65+
// comMojang = ExtStorage.getExternalStorageDirectory()
6666
comMojang = "/storage/emulated/0/games/com.mojang/";
6767
} else {
6868
comMojang = "UNKNOWN";

0 commit comments

Comments
 (0)