Added /s to repeat last script.
This commit is contained in:
@@ -48,6 +48,7 @@ public class LocalSession {
|
||||
private int maxBlocksChanged = -1;
|
||||
private boolean useInventory;
|
||||
private Snapshot snapshot;
|
||||
private String lastScript;
|
||||
|
||||
/**
|
||||
* Clear history.
|
||||
@@ -412,4 +413,18 @@ public class LocalSession {
|
||||
public void setUseInventory(boolean useInventory) {
|
||||
this.useInventory = useInventory;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the lastScript
|
||||
*/
|
||||
public String getLastScript() {
|
||||
return lastScript;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param lastScript the lastScript to set
|
||||
*/
|
||||
public void setLastScript(String lastScript) {
|
||||
this.lastScript = lastScript;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user