fix the implements of client enhanced information, bad typo dollar event address ampersan

This commit is contained in:
mckaygerhard 2023-09-12 22:27:48 -04:00
parent 3a9313b0c3
commit 6ced19624f

View File

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