Skip to content
Snippets Groups Projects
Commit 4be465ea authored by capossele's avatar capossele
Browse files

:rewind: reverts server event RemoveNode

parent eddad532
No related branches found
No related tags found
No related merge requests found
...@@ -30,8 +30,8 @@ func Configure(plugin *node.Plugin) { ...@@ -30,8 +30,8 @@ func Configure(plugin *node.Plugin) {
lock.Lock() lock.Lock()
defer lock.Unlock() defer lock.Unlock()
//delete(nodes, nodeId) delete(nodes, nodeId)
nodes[nodeId] = false //nodes[nodeId] = false
})) }))
server.Events.NodeOnline.Attach(events.NewClosure(func(nodeId string) { server.Events.NodeOnline.Attach(events.NewClosure(func(nodeId string) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment