mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Another attempt to fix the std::list in NLM.
This commit is contained in:
@ -271,7 +271,7 @@ void plNetLinkingMgr::ExecNextOp () {
|
||||
break;
|
||||
}
|
||||
|
||||
s_opqueue.pop_front();
|
||||
s_opqueue.remove(op);
|
||||
delete op;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user