forked from github/server
workaround
This commit is contained in:
parent
17e149797b
commit
dc3e3b7a01
|
@ -1202,7 +1202,7 @@ quit(void)
|
||||||
}
|
}
|
||||||
#if defined(ALLIANCES) && !defined(ALLIANCEJOIN)
|
#if defined(ALLIANCES) && !defined(ALLIANCEJOIN)
|
||||||
if (f->alliance==NULL) {
|
if (f->alliance==NULL) {
|
||||||
destroyfaction(f);
|
/* destroyfaction(f); */
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue