Unagi: prevent sending a pointer, hopefully doesn't cause desync

This commit is contained in:
MysterD 2020-09-08 09:16:44 -07:00
parent b9924253bb
commit cc550e1de5

View file

@ -36,7 +36,6 @@ void bhv_unagi_init(void) {
network_init_object_field(o, &o->oFaceAngleYaw);
network_init_object_field(o, &o->oForwardVel);
network_init_object_field(o, &o->oMoveAnglePitch);
network_init_object_field(o, &o->oPathedPrevWaypoint);
network_init_object_field(o, &o->oPathedPrevWaypointFlags);
network_init_object_field(o, &o->oPathedTargetPitch);
network_init_object_field(o, &o->oPathedTargetYaw);