diff --git a/src/d_clisrv.c b/src/d_clisrv.c
index 2a2d5fead86c9bba171158f840bcd323b119bf44..124845563aa0288e5ad5a76efb2b2387eb8e9165 100644
--- a/src/d_clisrv.c
+++ b/src/d_clisrv.c
@@ -895,7 +895,6 @@ static inline void resynch_write_others(resynchend_pak *rst)
 
 	// endian safeness
 	rst->ingame = (UINT32)LONG(rst->ingame);
-	rst->ctfteam = (UINT32)LONG(rst->ctfteam);
 }
 
 static inline void resynch_read_others(resynchend_pak *p)