Misc formatting fixes

This commit is contained in:
md_5
2019-02-26 13:11:05 +11:00
parent 9133a6f511
commit e2bc7ed797
3 changed files with 12 additions and 10 deletions

View File

@@ -47,7 +47,8 @@ public class ChatEvent extends TargetedEvent implements Cancellable
* Checks whether this message is run on this proxy server.
*
* @return if this command runs on the proxy
* @see PluginManager#isExecutableCommand(java.lang.String, net.md_5.bungee.api.CommandSender)
* @see PluginManager#isExecutableCommand(java.lang.String,
* net.md_5.bungee.api.CommandSender)
*/
public boolean isProxyCommand()
{