Exclude data from PluginMessageEvent.toString
This commit is contained in:
parent
a05e695db9
commit
b5121db886
@ -10,7 +10,7 @@ import net.md_5.bungee.api.plugin.Cancellable;
|
|||||||
* Event called when a plugin message is sent to the client or server.
|
* Event called when a plugin message is sent to the client or server.
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@ToString(callSuper = true)
|
@ToString(callSuper = true, exclude = "data")
|
||||||
@EqualsAndHashCode(callSuper = true)
|
@EqualsAndHashCode(callSuper = true)
|
||||||
public class PluginMessageEvent extends TargetedEvent implements Cancellable
|
public class PluginMessageEvent extends TargetedEvent implements Cancellable
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user