Fix Region.hasType
Dieser Commit ist enthalten in:
Ursprung
25111c62be
Commit
89d1289f64
@ -208,7 +208,7 @@ public class Region {
|
|||||||
return prototype != null && prototype.getTestblock() != null;
|
return prototype != null && prototype.getTestblock() != null;
|
||||||
default:
|
default:
|
||||||
case NORMAL:
|
case NORMAL:
|
||||||
return true;
|
return prototype != null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren