mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 00:40:51 +01:00
fix air for lilith's linux launcher
This commit is contained in:
parent
f5217e636f
commit
b1f86aa80b
@ -10,7 +10,7 @@ import java.util.*;
|
||||
public class LinuxHabboClient extends HabboClient {
|
||||
|
||||
|
||||
private static final String[] potentialProcessNames = {"--ppapi-flash-args", "plugin-container", "Habbo.exe"};
|
||||
private static final String[] potentialProcessNames = {"--ppapi-flash-args", "plugin-container", "Habbo"};
|
||||
|
||||
List<PotentialHabboProcess> potentialProcesses = new ArrayList<>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user