diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2015-09-24 14:07:09 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2015-09-24 14:07:09 +0200 |
| commit | 9d6d0047dd4b1d6bed2caccf332e40b12e97122b (patch) | |
| tree | 2d70502fb5806c30b527423f914254b6ff158c78 /src/crsm.cpp | |
| parent | 02421a222ba2cd1c4bf4aea8bf82ad5558618670 (diff) | |
| download | manager-9d6d0047dd4b1d6bed2caccf332e40b12e97122b.tar.gz manager-9d6d0047dd4b1d6bed2caccf332e40b12e97122b.zip | |
Change userwish-added-message when the wish is hosted directly
Diffstat (limited to 'src/crsm.cpp')
| -rw-r--r-- | src/crsm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crsm.cpp b/src/crsm.cpp index 1ff450f..32b4a22 100644 --- a/src/crsm.cpp +++ b/src/crsm.cpp @@ -1697,7 +1697,7 @@ CMD_FUNCTION_IMPL(host) if(scenAllowed(scen, client, userType)) { userlist << scen; - respond(client, "Szenario " + scen.name + " wurde der Warteschlange" + (scen.league ? " mit Liga" : "") + " hinzugefügt.\n"); + respond(client, "Szenario " + scen.name + (scen.league ? " mit Liga" : "") + " " + (Session.State == CRSMSession::None || (Session.Clonk.Clients.size() == 0 && !Session.UserWish) ? "wird jetzt gehostet" : "wurde der Warteschlange hinzugefügt") + ".\n"); if(userlist.length() == 1 && !Session.UserWish && !Session.Running && Session.State != CRSMSession::None && Session.Clonk.Clients.size() > 0) respond(client, "Überrede alle Spieler zu leaven und dein Wunsch wird sofort gehostet ;-)\n"); else if(Session.State == CRSMSession::None) |
