tst
This commit is contained in:
@@ -742,7 +742,7 @@ int32_t rogue_setplayerdata(struct rogue_state *rs,char *gametxidstr)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
sprintf(params,"[\"gameinfo\",17,[\"%s\"]]",gametxidstr);
|
sprintf(params,"[\"gameinfo\",\"17\",\"[\'%s\']\"]",gametxidstr);
|
||||||
filestr = komodo_issuemethod(USERPASS,"cclib",params,ROGUE_PORT);
|
filestr = komodo_issuemethod(USERPASS,"cclib",params,ROGUE_PORT);
|
||||||
}
|
}
|
||||||
if ( filestr != 0 )
|
if ( filestr != 0 )
|
||||||
|
|||||||
Reference in New Issue
Block a user