forked from github/server
Merge branch 'master' of gitorious.org:eressea/server
This commit is contained in:
commit
5c1f011000
|
@ -2567,7 +2567,7 @@ static int reshow_cmd(unit * u, struct order *ord)
|
||||||
skip_token();
|
skip_token();
|
||||||
s = getstrtoken();
|
s = getstrtoken();
|
||||||
|
|
||||||
if (findparam(s, u->faction->locale) == P_ANY) {
|
if (isparam(s, u->faction->locale, P_ANY)) {
|
||||||
p = getparam(u->faction->locale);
|
p = getparam(u->faction->locale);
|
||||||
s = NULL;
|
s = NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue