mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2025-01-31 12:52:36 +01:00
fix AIR for linux with wine or proton
This commit is contained in:
parent
2cc5d5d820
commit
3bf10cf2c8
@ -10,7 +10,7 @@ import java.util.*;
|
||||
public class LinuxHabboClient extends HabboClient {
|
||||
|
||||
|
||||
private static final String[] potentialProcessNames = {"--ppapi-flash-args", "plugin-container"};
|
||||
private static final String[] potentialProcessNames = {"--ppapi-flash-args", "plugin-container", "Habbo.exe"};
|
||||
|
||||
List<PotentialHabboProcess> potentialProcesses = new ArrayList<>();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user