Skip to content

Commit 51322f5

Browse files
committed
Minor change or IWorldEditConfig
1 parent fcf862d commit 51322f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/org/primesoft/asyncworldedit/api/configuration/IWorldEditConfig.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ public interface IWorldEditConfig {
5454
*/
5555
int getBlockChangeLimit();
5656

57+
/**
58+
* Get maximum number of undo entries
59+
* @return
60+
*/
61+
int getHistorySize();
62+
5763
/**
5864
* Get the list of disallowed blocks
5965
* @return

0 commit comments

Comments
 (0)