diff --git a/src/d_clisrv.c b/src/d_clisrv.c
index 2a2d5fead..124845563 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)