2025-07-18 19:38 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0001648Spring engineGeneralpublic2009-10-03 10:46
ReporterSirMaverick 
Assigned ToAuswaschbar 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
Product Version0.80.4.0+git 
Target Version0.81.0.0Fixed in Version 
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
Attached Files

-Relationships
+Relationships

-Notes

~0004132

Auswaschbar (reporter)

Thanks for reporting
+Notes

-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
+Issue History