diff --git a/BaseMod/ExampleMod.cpp b/BaseMod/ExampleMod.cpp index 777fc5e12b..f56d7fab25 100644 --- a/BaseMod/ExampleMod.cpp +++ b/BaseMod/ExampleMod.cpp @@ -76,20 +76,6 @@ class ExampleMod : public Mod { // The setup function is the heart of the mod, where you hook your functions and register your commands and API functions. Do not rename! void setup() override { - // Configs are horribly broken right now, disabled so the mod can actually load - /* - if (!config.exists()) { - config.set("TestValue", true); - config.save(); - } - - config.load(); - - testValue = config.get("TestValue"); - warning("Test Value: ", testValue); - */ - - // Use the placeholders namespace using namespace std::placeholders; diff --git a/Sdk b/Sdk index ac78e5718e..e0232fbf37 160000 --- a/Sdk +++ b/Sdk @@ -1 +1 @@ -Subproject commit ac78e5718efeb8d5988c0cb11f9bcf034127d167 +Subproject commit e0232fbf37a12eac6f86439ce2da111e782e9fa8