mirror of
https://github.com/redstrate/Kawari.git
synced 2025-05-02 03:07:44 +00:00
Remove that one annoying unused variable
This commit is contained in:
parent
15af4bc1d0
commit
c8a971a5e6
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ async fn main_loop(mut recv: Receiver<ToServer>) -> Result<(), std::io::Error> {
|
|||
}
|
||||
}
|
||||
}
|
||||
ToServer::ActorDespawned(from_id, actor_id) => {
|
||||
ToServer::ActorDespawned(_from_id, actor_id) => {
|
||||
data.actors.remove(&ObjectId(actor_id));
|
||||
|
||||
for (id, handle) in &mut data.clients {
|
||||
|
|
Loading…
Add table
Reference in a new issue