Minor tweaks

- SBQ unsanitized input
- plotme conversion tweaks
- schematic default output directory
- increment version number
This commit is contained in:
boy0001
2015-08-30 16:19:35 +10:00
parent 3662b05da8
commit 0ba838b16b
8 changed files with 40 additions and 7 deletions

View File

@ -120,7 +120,7 @@ public class Settings {
/**
* Schematic Save Path
*/
public static String SCHEMATIC_SAVE_PATH = "/var/www/schematics";
public static String SCHEMATIC_SAVE_PATH = "plugins/PlotSquared/schematics";
/**
* BO3 Save Path
*/