i hate everything
This commit is contained in:
@@ -74,11 +74,7 @@ class Routing {
|
||||
data: null
|
||||
}
|
||||
|
||||
// HACK: Because Lua is singelthreaded the computer we respond to can get overwhelmed with
|
||||
// the responses and can swollow events.
|
||||
new Timer(Net.instance.networkID / 3,()->{
|
||||
interf.send(response.toID,Net.instance.networkID,response);
|
||||
});
|
||||
interf.send(response.toID,Net.instance.networkID,response);
|
||||
}
|
||||
|
||||
private function genRouteList(): Array<{id:NetworkID,cost:Int}> {
|
||||
|
||||
Reference in New Issue
Block a user