mirror of
https://github.com/Maschell/HIDtoVPADNetworkClient.git
synced 2024-11-22 05:59:16 +01:00
Changed handle foundry to only create positve values
This commit is contained in:
parent
59c328c194
commit
e05d96f9b2
@ -29,7 +29,7 @@ import java.util.Random;
|
||||
|
||||
public class HandleFoundry {
|
||||
// We start with a random value, so we have at each startup a different clientID!
|
||||
private static int h = new Random().nextInt() % 10000;
|
||||
private static int h = new Random().nextInt(100000);
|
||||
|
||||
private HandleFoundry() {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user