mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-27 20:57:35 +01:00
Fixed non closed reader
This commit is contained in:
parent
72f0f65bed
commit
62e3bc4f11
@ -306,6 +306,8 @@ public class FileCache {
|
||||
a++;
|
||||
}
|
||||
}
|
||||
if (reader != null)
|
||||
reader.close();
|
||||
return new DataFileCache(stacki, stacka, group, op, flying);
|
||||
} else {
|
||||
// NEW METHOD
|
||||
|
Loading…
Reference in New Issue
Block a user