async sockets
This commit is contained in:
commit
4170b9f387
23 changed files with 544 additions and 479 deletions
|
|
@ -188,7 +188,7 @@ impl Interactable for VoiceChat {
|
|||
let v = JsonValue::new_object();
|
||||
v
|
||||
}
|
||||
fn load(&mut self, community: Arc<Community>, path: String, name: String, _: &JsonValue) {
|
||||
fn load(&mut self, community: Arc<Community>, path: String, name: String, _json: &JsonValue) {
|
||||
self.community = community;
|
||||
self.name = name;
|
||||
self.path = path;
|
||||
|
|
|
|||
Loading…
Reference in a new issue