mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-25 08:18:43 -06:00
add todo
This commit is contained in:
parent
c284d5f7ed
commit
4440b07bbe
|
@ -32,6 +32,10 @@ pub fn authenticate_players(
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Spawn the user
|
||||||
|
// TODO
|
||||||
|
|
||||||
//Approve the user
|
//Approve the user
|
||||||
server.0.send_message(*from, ServerToClientMessage::ServerHello {
|
server.0.send_message(*from, ServerToClientMessage::ServerHello {
|
||||||
init: InitData {}
|
init: InitData {}
|
||||||
|
|
Loading…
Reference in a new issue