- Duke: Remove one save interpolated weapon value that got away from me in 3948ec7a35.

This commit is contained in:
Mitchell Richters 2022-06-06 11:31:42 +10:00
parent a29bce9eda
commit c3981e06cb

View file

@ -273,7 +273,6 @@ FSerializer& Serialize(FSerializer& arc, const char* keyname, player_struct& w,
("actions", w.sync.actions)
.Array("frags", w.frags, MAXPLAYERS)
("uservars", w.uservars)
("ofistsign", w.ofistsign)
("fistsign", w.fistsign)
.EndObject();