summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.cpp1
-rw-r--r--resources/init.txt2
2 files changed, 1 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index 4908a18..f163d74 100644
--- a/main.cpp
+++ b/main.cpp
@@ -529,7 +529,6 @@ DFHACK_PLUGIN("stonesense");
//This is the init command. it includes input options.
DFhackCExport command_result plugin_init ( color_ostream &out, std::vector <PluginCommand> &commands)
{
- commands.clear();
commands.push_back(PluginCommand("stonesense","Start up the stonesense visualiser.",stonesense_command));
commands.push_back(PluginCommand("ssense","Start up the stonesense visualiser.",stonesense_command));
return CR_OK;
diff --git a/resources/init.txt b/resources/init.txt
index b7bd28c..f050b1a 100644
--- a/resources/init.txt
+++ b/resources/init.txt
@@ -84,7 +84,7 @@ Now independant of map refresh.
--Debug Mode--
Sets Stonesense in debug mode. Adds additional information to displays.
-[DEBUGMODE:YES]
+[DEBUGMODE:NO]
Set's the debug cursor to follow the cursor from DF when it is there.
[FOLLOW_DF_CURSOR:YES]