Deprecate method 'hasQuickChannel'

This commit is contained in:
Aust1n46 2021-08-02 12:57:47 -04:00
parent 1d9e7f143b
commit b05ce441f0

View File

@ -433,6 +433,11 @@ public class MineverseChatPlayer {
return false; return false;
} }
@Deprecated
/**
* Not needed and never resets to it's original null value after being set once.
* @return
*/
public boolean hasQuickChannel() { public boolean hasQuickChannel() {
return this.quickChannel != null; return this.quickChannel != null;
} }