fix the implements of client enhanced information, bad typo dollar event address ampersan
This commit is contained in:
parent
3a9313b0c3
commit
6ced19624f
@ -187,7 +187,7 @@ int ModApiServer::l_get_player_information(lua_State *L)
|
|||||||
|
|
||||||
ERET(getServer(L)->getClientInfo(player->peer_id,
|
ERET(getServer(L)->getClientInfo(player->peer_id,
|
||||||
&state, &uptime, &ser_vers, &prot_vers,
|
&state, &uptime, &ser_vers, &prot_vers,
|
||||||
&major, &minor, &patch, &version_string, &platform, $sysinfo))
|
&major, &minor, &patch, &version_string, &platform, &sysinfo))
|
||||||
|
|
||||||
lua_newtable(L);
|
lua_newtable(L);
|
||||||
int table = lua_gettop(L);
|
int table = lua_gettop(L);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user