forked from github/server
Falscher Paramteter für %s
This commit is contained in:
parent
253750574e
commit
d0cf3d50a7
|
@ -1096,7 +1096,7 @@ restart(unit * u, struct order * ord)
|
||||||
if (!checkpasswd(u->faction, s_pass, false)) {
|
if (!checkpasswd(u->faction, s_pass, false)) {
|
||||||
cmistake(u, ord, 86, MSG_EVENT);
|
cmistake(u, ord, 86, MSG_EVENT);
|
||||||
log_warning(("NEUSTART mit falschem Passwort für Partei %s: %s\n",
|
log_warning(("NEUSTART mit falschem Passwort für Partei %s: %s\n",
|
||||||
factionid(u->faction), ord));
|
factionid(u->faction), s_pass));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
restart_race(u, frace);
|
restart_race(u, frace);
|
||||||
|
|
Loading…
Reference in New Issue