MAPINFO Packet map name
Upon getting MAPINFO event, by retrieving packet.name, the outcome is not the map name (like "Nexus") but instead "MAPINFO", despite being stated as the map name in documentations.
Where can we find the mapname?
Code:
case ID_MAPINFO: {
$.echo(packet.name);
break;
}
Output:
MAPINFO
Bump.
If MAPINFO's packet.name doesn't work, is there another way to find out that the player is in Nexus?
Not with RR
You can just fix the problem in the source thougg