Fixes #111
This commit is contained in:
parent
987ea4110a
commit
6993e4d8ed
@ -380,9 +380,11 @@ public abstract class FawePlayer<T> {
|
||||
* - Usually called on logout
|
||||
*/
|
||||
public void unregister() {
|
||||
getSession().setClipboard(null);
|
||||
getSession().clearHistory();
|
||||
WorldEdit.getInstance().removeSession(getPlayer());
|
||||
if (Settings.CLEAN_HISTORY_ON_LOGOUT) {
|
||||
getSession().setClipboard(null);
|
||||
getSession().clearHistory();
|
||||
WorldEdit.getInstance().removeSession(getPlayer());
|
||||
}
|
||||
Fawe.get().unregister(getName());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user