X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fstate.qc;h=a9bc3e5e3cf8aa379ead84d3cc37163b70e46df1;hp=882b2568741f0ba9194f73285c5567891144cd52;hb=707ef9331a9405bbf266ab5aa3a87a175cad8d8f;hpb=3bbcff2475d1b2efc1314a358bf60c6fba6e4be6 diff --git a/qcsrc/common/state.qc b/qcsrc/common/state.qc index 882b25687..a9bc3e5e3 100644 --- a/qcsrc/common/state.qc +++ b/qcsrc/common/state.qc @@ -59,7 +59,7 @@ void ClientState_attach(entity this) void bot_clientdisconnect(entity this); void W_HitPlotClose(entity this); -void anticheat_report(entity this); +void anticheat_report_to_eventlog(entity this); void playerdemo_shutdown(entity this); void entcs_detach(entity this); void accuracy_free(entity this); @@ -76,7 +76,7 @@ void ClientState_detach(entity this) bot_clientdisconnect(this); W_HitPlotClose(this); - anticheat_report(this); + anticheat_report_to_eventlog(this); playerdemo_shutdown(this); entcs_detach(this); accuracy_free(this);