forked from github/server
"RESERVIERE JE hat nicht geklappt"
This commit is contained in:
parent
faf95b2c43
commit
0b4bc1743e
|
@ -277,7 +277,8 @@ reserve_cmd(unit * u, struct order *ord)
|
|||
count = atoip(s);
|
||||
|
||||
if (count == 0 && findparam(s, u->faction->locale)==P_EACH) {
|
||||
count = u->number;
|
||||
s = getstrtoken();
|
||||
count = atoip(s) * u->number;
|
||||
}
|
||||
|
||||
rtype = findresourcetype(getstrtoken(), u->faction->locale);
|
||||
|
|
Loading…
Reference in New Issue