2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

pfBackdoorMsg => plString

This commit is contained in:
2014-01-09 22:10:17 -08:00
parent 29e311c91d
commit 4987b32574
3 changed files with 13 additions and 20 deletions

View File

@ -6846,7 +6846,7 @@ PF_CONSOLE_CMD( Python,
const char* extraParms = "";
if (numParams > 1)
extraParms = params[1];
pfBackdoorMsg *msg = new pfBackdoorMsg( params[0],extraParms );
pfBackdoorMsg *msg = new pfBackdoorMsg((const char *)params[0], extraParms);
// send it off
plgDispatch::MsgSend( msg );
}