Conflicts:
qcsrc/server/defs.qh
.float elos;
.float ranks;
+.int cvar_cl_sparkle;
+.bool cvar_cl_pony;
+.int cvar_cl_pony_skin;
+.int cvar_cl_damnfurries;
+.bool cvar_cl_thestars;
+.bool cvar_cl_robot;
+.bool cvar_cl_goat;
+.int cvar_cl_charge;
+
+.string cvar_cl_autovote;
+
+.entity lastkiller;
+.entity lastkilled;
+
+.float vaporizer_refire;
+
+bool sv_showfps;
+
+.float clientfov;
+
+.bool sub_target_used;
+
+.string cvar_cl_physics;
+
+ .float init_for_player_needed;
+ .void(entity) init_for_player;
+
++
#endif