Added /clearhistory and /clearclipboard.
This commit is contained in:
@ -34,6 +34,14 @@ public class WorldEditSession {
|
||||
private int historyPointer = 0;
|
||||
private RegionClipboard clipboard;
|
||||
|
||||
/**
|
||||
* Clear history.
|
||||
*/
|
||||
public void clearHistory() {
|
||||
history.clear();
|
||||
historyPointer = 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the edit session.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user