Removed pointless code

This commit is contained in:
Anuken
2023-04-05 19:51:16 -04:00
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

View File

@ -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)

View File

@ -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){