its worldtime.
below is what i tried but it says worldtime is not defined
Code: Select all
packet->setDataByName("year",world_time.year);
packet->setDataByName("month", world_time.month);
packet->setDataByName("day", world_time.day);
packet->setDataByName("hour", world_time.hour);
packet->setDataByName("minute", world_time.minute);it appears based on timeing of the packets gameworldtime and zoneinfo that both have an unknown in the position right after where minute is, that it would be seconds.
i just need the coorect world tiem for the packet