mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-02 07:06:41 +03:00
fixes merge conflict resolution in the previous. mea maxima culpa
This commit is contained in:
parent
c6e302fa4f
commit
f319cd6c81
@ -222,7 +222,7 @@ _main_getopt(c3_i argc, c3_c** argv)
|
|||||||
u3_Host.ops_u.net = c3y; /* remote networking is always on in real mode. */
|
u3_Host.ops_u.net = c3y; /* remote networking is always on in real mode. */
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( u3_Host.ops_u.fak == c3y ) {
|
if ( 0 != u3_Host.ops_u.fak_c ) {
|
||||||
u3_Host.ops_u.has = c3y; /* no battery hashing on fake ships. */
|
u3_Host.ops_u.has = c3y; /* no battery hashing on fake ships. */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user