summaryrefslogtreecommitdiff
path: root/cheat/internal_rewrite/create_move.cpp
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2018-12-19 12:10:18 +0100
committernavewindre <boneyaard@gmail.com>2018-12-19 12:10:18 +0100
commitfccbfbed0e066a2456d6443405d599b5bc93affa (patch)
treeb3caffdbfb804eb3a25d360674f8b5eeefb4021c /cheat/internal_rewrite/create_move.cpp
parent77b52da44b263df4884be2f35f885d8edccbb6fa (diff)
x
Diffstat (limited to 'cheat/internal_rewrite/create_move.cpp')
-rw-r--r--cheat/internal_rewrite/create_move.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cheat/internal_rewrite/create_move.cpp b/cheat/internal_rewrite/create_move.cpp
index 04fd0c6..1e46137 100644
--- a/cheat/internal_rewrite/create_move.cpp
+++ b/cheat/internal_rewrite/create_move.cpp
@@ -115,7 +115,7 @@ bool __fastcall hooks::create_move( void* ecx_, void* edx_, float input_sample_f
g_cheat.m_extra.add_latency( cl->m_netchannel );
send_datagram_o( cl->m_netchannel, 0, 0 );
//
- //cl->m_netchannel->m_nInSequenceNr = in_seq;
+ cl->m_netchannel->m_nInSequenceNr = in_seq;
//
cl->m_netchannel->m_nInReliableState = reliable;
cl->m_netchannel->m_nOutSequenceNr--;