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

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