View Issue Details

IDProjectCategoryView StatusLast Update
0001648Spring engineGeneralpublic2009-10-03 10:46
ReporterSirMaverick Assigned ToAuswaschbar  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version0.80.4.0+git 
Target Version0.81.0.0 
Summary0001648: do not send resign for spectators
DescriptionIt's not an hacking attempt if you type "/spectator" as spectator.
Additional Informationrts/Game/Game.cpp:
- else if (cmd == "spectator"){
+ else if ((cmd == "spectator") && (!gu->spectating)) {
                net->Send(CBaseNetProtocol::Get().SendResign(gu->myPlayerNum));
        }
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

Auswaschbar

2009-09-15 16:52

reporter   ~0004132

Thanks for reporting

Issue History

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