Increase chat length
This commit is contained in:
parent
d5c7dab03d
commit
a02bc1012d
1 changed files with 2 additions and 2 deletions
|
|
@ -848,7 +848,7 @@ namespace TShockAPI
|
|||
}
|
||||
return;
|
||||
}
|
||||
SendData(PacketTypes.SmartTextMessage, msg, 255, red, green, blue, 460);
|
||||
SendData(PacketTypes.SmartTextMessage, msg, 255, red, green, blue, 800);
|
||||
}
|
||||
|
||||
public virtual void SendMessageFromPlayer(string msg, byte red, byte green, byte blue, int ply)
|
||||
|
|
@ -862,7 +862,7 @@ namespace TShockAPI
|
|||
}
|
||||
return;
|
||||
}
|
||||
SendDataFromPlayer(PacketTypes.SmartTextMessage, ply, msg, red, green, blue, 460);
|
||||
SendDataFromPlayer(PacketTypes.SmartTextMessage, ply, msg, red, green, blue, 800);
|
||||
}
|
||||
|
||||
public virtual void DamagePlayer(int damage)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue