Proper type for ExShowScreenMessage text based messages.
This commit is contained in:
parent
2c6570066d
commit
b2d4ec25f2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user