This commit is contained in:
parent
2f3e613548
commit
7cc2ab3e54
1 changed files with 6 additions and 0 deletions
|
@ -39,6 +39,12 @@ public class BlockEntitySignMixin {
|
|||
ci.cancel();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
if (texts[texts.length-1].equals("[S]") ){
|
||||
ci.cancel();
|
||||
}
|
||||
|
||||
if (texts[0].equals("[CLAIM]") ){
|
||||
ci.cancel();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue