Fix Region.generatePrototypeData
Dieser Commit ist enthalten in:
Ursprung
b399ec3a3d
Commit
63c376fd4e
@ -90,7 +90,7 @@ public class Region {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!prototypes.contains(prototype)) {
|
if (this.prototype != null && !prototypes.contains(prototype)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.prototype = prototype;
|
this.prototype = prototype;
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren