Clone the disguise when fetched
This commit is contained in:
@@ -238,7 +238,7 @@ public class DisguiseUtilities {
|
||||
|
||||
public static Disguise getClonedDisguise(String key) {
|
||||
if (clonedDisguises.containsKey(key)) {
|
||||
return clonedDisguises.get(key);
|
||||
return clonedDisguises.get(key).clone();
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user