forked from github/server
- astral_plane nicht initialisiert
This commit is contained in:
parent
76965f8c3e
commit
1be60fd3b0
|
@ -147,7 +147,9 @@ create_teleport_plane(void)
|
|||
region *r;
|
||||
int i;
|
||||
|
||||
if (!getplanebyid(1)) {
|
||||
astral_plane = getplanebyid(1);
|
||||
|
||||
if (!astral_plane) {
|
||||
astral_plane = create_new_plane(1, "Astralraum",
|
||||
TE_CENTER_X-500, TE_CENTER_X+500,
|
||||
TE_CENTER_Y-500, TE_CENTER_Y+500,
|
||||
|
|
Loading…
Reference in New Issue