forked from RepoMirrors/kami-blue
public > private
This commit is contained in:
parent
a58b92f5c0
commit
e53b6a8b3f
|
@ -58,7 +58,7 @@ public class CustomChat extends Module {
|
|||
}
|
||||
});
|
||||
|
||||
public boolean isCommand(String s) {
|
||||
private boolean isCommand(String s) {
|
||||
for (String value : cmdCheck) {
|
||||
if (s.startsWith(value)) return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue