mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-03 13:30:25 +07:00
Possible Android mod extension fix
This commit is contained in:
parent
ec73426bbc
commit
1f2b331bf6
@ -72,7 +72,7 @@ public class Mods implements Loadable{
|
||||
|
||||
/** Imports an external mod file.*/
|
||||
public void importMod(Fi file) throws IOException{
|
||||
Fi dest = modDirectory.child(file.name());
|
||||
Fi dest = modDirectory.child(file.name() + (file.extension().isEmpty() ? ".zip" : ""));
|
||||
if(dest.exists()){
|
||||
throw new IOException("A file with the same name already exists in the mod folder!");
|
||||
}
|
||||
|
9
fastlane/metadata/android/en-US/changelogs/29801.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/29801.txt
Normal file
@ -0,0 +1,9 @@
|
||||
[This is a truncated changelog, see Github for full notes]
|
||||
As 6.0 is more or less stable now, updates have slowed down significantly. This is likely to be one of the last notable releases before 7.0.
|
||||
|
||||
- Fixed same-line logic comments not parsing
|
||||
- Fixed mass driver rotating before payload is received
|
||||
- Fixed bullets dealing splash damage twice upon collision - splash damage of certain bullets has been increased to compensate
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user