From cc550e1de5cc25cb2cd94a39ab259bc0dc8f327e Mon Sep 17 00:00:00 2001 From: MysterD Date: Tue, 8 Sep 2020 09:16:44 -0700 Subject: [PATCH] Unagi: prevent sending a pointer, hopefully doesn't cause desync --- src/game/behaviors/unagi.inc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/game/behaviors/unagi.inc.c b/src/game/behaviors/unagi.inc.c index cd437f578..701a6442e 100644 --- a/src/game/behaviors/unagi.inc.c +++ b/src/game/behaviors/unagi.inc.c @@ -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);