always disable networking for fake ships

This commit is contained in:
Joe Bryan 2019-02-12 00:29:08 -05:00
parent 02d3c3549c
commit b20d9f43f5

View File

@ -849,6 +849,12 @@ _pier_disk_load_commit(u3_pier* pir_u,
pir_u->lif_d = u3r_word(0, len);
u3r_chubs(0, 2, pir_u->who_d, who);
// Disable networking for fake ships
//
if ( c3y == pir_u->fak_o ) {
u3_Host.ops_u.net = c3n;
}
u3z(mat);
u3z(ovo);
break;
@ -1455,8 +1461,8 @@ _pier_work_poke(void* vod_p,
pir_u->who_d[0] = who_d[0];
pir_u->who_d[1] = who_d[1];
/* Disable networking for fake ships
*/
// Disable networking for fake ships
//
if ( c3y == pir_u->fak_o ) {
u3_Host.ops_u.net = c3n;
}