mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-20 14:24:44 +02:00
Because we don't need that many Random objects.
This commit is contained in:
@ -308,4 +308,8 @@ public class Misc {
|
||||
|
||||
return Integer.MAX_VALUE;
|
||||
}
|
||||
|
||||
public static Random getRandom() {
|
||||
return random;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user