mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-09-18 10:47:53 +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