View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001648 | Spring engine | General | public | 2009-09-15 04:39 | 2009-10-03 10:46 |
| Reporter | SirMaverick | Assigned To | Auswaschbar | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 0.80.4.0+git | ||||
| Target Version | 0.81.0.0 | ||||
| Summary | 0001648: do not send resign for spectators | ||||
| Description | It's not an hacking attempt if you type "/spectator" as spectator. | ||||
| Additional Information | rts/Game/Game.cpp: - else if (cmd == "spectator"){ + else if ((cmd == "spectator") && (!gu->spectating)) { net->Send(CBaseNetProtocol::Get().SendResign(gu->myPlayerNum)); } | ||||
| Tags | No tags attached. | ||||
| Checked infolog.txt for Errors | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2009-09-15 04:39 | SirMaverick | New Issue | |
| 2009-09-15 16:52 | Auswaschbar | Note Added: 0004132 | |
| 2009-09-15 16:52 | Auswaschbar | Status | new => resolved |
| 2009-09-15 16:52 | Auswaschbar | Resolution | open => fixed |
| 2009-09-15 16:52 | Auswaschbar | Assigned To | => Auswaschbar |
| 2009-10-03 10:46 | imbaczek | Target Version | => 0.81.0.0 |