mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2024-11-11 01:17:16 +00:00
nvrm. cloning her hitler waz bad idea!
This commit is contained in:
parent
996fe4a31e
commit
20a7ed15da
1 changed files with 4 additions and 1 deletions
|
@ -46,7 +46,6 @@ public class Disguise {
|
|||
|
||||
public Disguise clone() {
|
||||
Disguise disguise = new Disguise(getType(), replaceSounds());
|
||||
disguise.watcher = watcher.clone();
|
||||
return disguise;
|
||||
}
|
||||
|
||||
|
@ -350,6 +349,10 @@ public class Disguise {
|
|||
replaceSounds = areSoundsReplaced;
|
||||
}
|
||||
|
||||
public void setWatcher(FlagWatcher newWatcher) {
|
||||
watcher = newWatcher;
|
||||
}
|
||||
|
||||
private String toReadable(String string) {
|
||||
String[] strings = string.split("_");
|
||||
string = "";
|
||||
|
|
Loading…
Reference in a new issue