mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-24 18:24:47 +01:00
Implement more Monolith research nodes
This commit is contained in:
@@ -178,7 +178,7 @@ public class Utils {
|
||||
}
|
||||
|
||||
public static boolean randomChance(double chance) {
|
||||
if (chance <= 0) {
|
||||
if (chance <= 0D) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user