Fix compatibility issues with Citizens (fixes #3105)

This commit is contained in:
SirYwell
2021-06-22 10:18:48 +02:00
parent ca9e371067
commit 0e84cf085b
2 changed files with 4 additions and 10 deletions

View File

@ -314,11 +314,6 @@ public abstract class PlayerManager<P extends PlotPlayer<? extends T>, T> {
super(String.format("There is no online player with UUID '%s'", uuid.toString()));
}
@Override
public synchronized Throwable fillInStackTrace() {
return this;
}
}
}