forked from townforge/townforge
game: fix locking bug on wallet load
This commit is contained in:
parent
a198126b75
commit
b586c8d290
@ -113,7 +113,6 @@ public:
|
||||
if (w)
|
||||
{
|
||||
MDEBUG("Load success");
|
||||
boost::unique_lock<boost::mutex> lock(mutex);
|
||||
on_done(std::shared_ptr<tools::wallet2>(w.release()), password, {});
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user