A note on getCustomDisguise and clone

This commit is contained in:
libraryaddict 2024-09-12 16:04:41 +12:00
parent b08c4c1e6e
commit 43d1263d06

View File

@ -101,6 +101,7 @@ public class DisguiseAPI {
return null;
}
// No need to call clone, it was parsed from raw by invoking this method
return disguise.getValue();
}