Fixes to merge methods

- Merged automatically added to DB
- Started work on commands
- Fixed getCurrentPlot not working for roads
This commit is contained in:
boy0001 2014-09-26 10:22:25 +10:00
parent 5d0f377d3b
commit eb7106eb76
5 changed files with 128 additions and 14 deletions

View file

@ -27,6 +27,10 @@ public enum Command {
*
*/
CLAIM("claim", "c"),
/**
*
*/
MERGE("merge", "m"),
/**
*
*/