This commit is contained in:
jl777
2019-02-20 22:39:20 -11:00
parent d835211676
commit f6d2b31ab6

View File

@@ -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 )