1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-20 04:09:16 +00:00

Reroute plResPatcher

This commit is contained in:
2013-11-23 18:30:21 -05:00
parent 346b6f8ac8
commit 9d162a7a32
7 changed files with 120 additions and 308 deletions

View File

@ -387,7 +387,7 @@ bool plNCAgeJoiner::MsgReceive (plMessage * msg) {
);
LogMsg(kLogPerf, L"AgeJoiner: Next:kNoOp (age updated)");
} else
Complete(false, resMsg->GetError());
Complete(false, resMsg->GetError().c_str());
return true;
}