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) {
lock.Lock()
defer lock.Unlock()
//delete(nodes, nodeId)
nodes[nodeId] = false
delete(nodes, nodeId)
//nodes[nodeId] = false
}))
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.
Finish editing this message first!
Please register or to comment