mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-03-02 04:01:26 +01:00
Add missing return
This commit is contained in:
parent
88e9b5f570
commit
6145b20196
@ -39,6 +39,7 @@ public class CatWatcher extends TameableWatcher {
|
||||
if (NmsVersion.v1_19_R1.isSupported()) {
|
||||
setData(MetaIndex.CAT_TYPE_NEW, type);
|
||||
sendData(MetaIndex.CAT_TYPE_NEW);
|
||||
return;
|
||||
}
|
||||
|
||||
setData(MetaIndex.CAT_TYPE, type.ordinal());
|
||||
|
Loading…
Reference in New Issue
Block a user