mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Fixed work values not updating. GL UI now shows up though it isn't configured.
This commit is contained in:
@@ -38,7 +38,7 @@ namespace FFXIVClassic_Map_Server.dataobjects
|
||||
|
||||
public void QueuePacket(SubPacket subPacket, bool isAuthed, bool isEncrypted)
|
||||
{
|
||||
//subPacket.header.targetId = id;
|
||||
subPacket.header.targetId = id;
|
||||
Server.GetWorldConnection().QueuePacket(subPacket, isAuthed, isEncrypted);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user