mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
Removed pointless code
This commit is contained in:
parent
3f1d957e28
commit
97390d25c0
3 changed files with 1 additions and 6 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 367 B |
|
|
@ -44,6 +44,7 @@ function extend(/*Base, ..., def*/){
|
|||
|
||||
importPackage(Packages.arc)
|
||||
importPackage(Packages.arc.audio)
|
||||
importPackage(Packages.arc.files)
|
||||
importPackage(Packages.arc.func)
|
||||
importPackage(Packages.arc.flabel)
|
||||
importPackage(Packages.arc.graphics)
|
||||
|
|
|
|||
|
|
@ -85,12 +85,6 @@ public class DesktopLauncher extends ClientLauncher{
|
|||
}
|
||||
|
||||
if(useSteam){
|
||||
//delete leftover dlls
|
||||
for(Fi other : new Fi(".").parent().list()){
|
||||
if(other.name().contains("steam") && (other.extension().equals("dll") || other.extension().equals("so") || other.extension().equals("dylib"))){
|
||||
other.delete();
|
||||
}
|
||||
}
|
||||
|
||||
Events.on(ClientLoadEvent.class, event -> {
|
||||
if(steamError != null){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue