thnx to Hey, Fuck you!
This commit is contained in:
ZombieToad 2018-07-04 04:35:06 +01:00
parent 5e723f6199
commit 712fca8adc
2 changed files with 1 additions and 5 deletions

View file

@ -1877,10 +1877,7 @@ void CClient::ProcessServerPacket(CNetChunk *pPacket)
// for antiping: if the projectile netobjects from the server contains extra data, this is removed and the original content restored before recording demo
unsigned char aExtraInfoRemoved[CSnapshot::MAX_SIZE];
mem_copy(aExtraInfoRemoved, pTmpBuffer3, SnapSize);
CServerInfo Info;
GetServerInfo(&Info);
if(IsDDNet(&Info))
SnapshotRemoveExtraInfo(aExtraInfoRemoved);
SnapshotRemoveExtraInfo(aExtraInfoRemoved);
// add snapshot to demo
for(int i = 0; i < RECORDER_MAX; i++)

View file

@ -17,7 +17,6 @@
#include "items.h"
#include <stdio.h>
#include <engine/serverbrowser.h>
void CItems::OnReset()
{
m_NumExtraProjectiles = 0;