Proper type for ExShowScreenMessage text based messages.

This commit is contained in:
MobiusDevelopment 2022-04-21 21:29:44 +00:00
parent 2c6570066d
commit b2d4ec25f2

View File

@ -71,7 +71,7 @@ public class ExShowScreenMessage implements IClientOutgoingPacket
*/
public ExShowScreenMessage(String text, int time)
{
_type = 2;
_type = 1;
_sysMessageId = -1;
_unk1 = 0;
_unk2 = 0;
@ -93,7 +93,7 @@ public class ExShowScreenMessage implements IClientOutgoingPacket
*/
public ExShowScreenMessage(String text, int position, int time)
{
_type = 2;
_type = 1;
_sysMessageId = -1;
_unk1 = 0;
_unk2 = 0;