This commit is contained in:
jl777
2019-03-26 09:11:29 -11:00
parent 1254c3ed5c
commit f173721007
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ int64_t games_cashout(struct games_player *P)
return(cashout);
}
void tetrisjson(UniValue &obj,struct games_player *P)
void tetrisplayerjson(UniValue &obj,struct games_player *P)
{
obj.push_back(Pair("packsize",(int64_t)P->packsize));
obj.push_back(Pair("hitpoints",(int64_t)P->hitpoints));