fix(client): add TODO about server IP
1 files changed, 1 insertions(+), 0 deletions(-) M client/src/main.rs
M client/src/main.rs => client/src/main.rs +1 -0
@@ 123,6 123,7 @@ fn main() { fn init_networking(mut commands: Commands, mut client: NaiaClient) { info!("Laurelin client connecting"); + // TODO: un-hardcode this client.connect("http://127.0.0.1:14191"); }