Removed pointless code
This commit is contained in:
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)
|
||||||
importPackage(Packages.arc.audio)
|
importPackage(Packages.arc.audio)
|
||||||
|
importPackage(Packages.arc.files)
|
||||||
importPackage(Packages.arc.func)
|
importPackage(Packages.arc.func)
|
||||||
importPackage(Packages.arc.flabel)
|
importPackage(Packages.arc.flabel)
|
||||||
importPackage(Packages.arc.graphics)
|
importPackage(Packages.arc.graphics)
|
||||||
|
|||||||
@@ -85,12 +85,6 @@ public class DesktopLauncher extends ClientLauncher{
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(useSteam){
|
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 -> {
|
Events.on(ClientLoadEvent.class, event -> {
|
||||||
if(steamError != null){
|
if(steamError != null){
|
||||||
|
|||||||
Reference in New Issue
Block a user