Removed pointless code
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user