SteamWar/BauSystem2.0
Archiviert
12
0

Fix Region.generatePrototypeData

Dieser Commit ist enthalten in:
yoyosource 2021-04-18 18:21:34 +02:00
Ursprung b399ec3a3d
Commit 63c376fd4e

Datei anzeigen

@ -90,7 +90,7 @@ public class Region {
return;
}
if (!prototypes.contains(prototype)) {
if (this.prototype != null && !prototypes.contains(prototype)) {
return;
}
this.prototype = prototype;