mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-11-10 14:00:49 +01:00
Fix compatibility issues with Citizens (fixes #3105)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user