From af3b68b25392f343ac9d4bbc4b97b447d321ca88 Mon Sep 17 00:00:00 2001 From: def Date: Fri, 5 Dec 2014 17:46:32 +0100 Subject: [PATCH] Enable antiping projectiles starting with 6.4 --- src/engine/shared/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/shared/protocol.h b/src/engine/shared/protocol.h index ffef3af1f..704e20a58 100644 --- a/src/engine/shared/protocol.h +++ b/src/engine/shared/protocol.h @@ -104,7 +104,7 @@ enum VERSION_DDNET_GOODHOOK = 221, VERSION_DDNET_EXTRATUNES = 302, VERSION_DDNET_RCONPROTECT = 408, - VERSION_DDNET_ANTIPING_PROJECTILE = 999, + VERSION_DDNET_ANTIPING_PROJECTILE = 604, }; #endif