From 9dd343f5922c86f36048e7a4b2e05936091f7746 Mon Sep 17 00:00:00 2001 From: nomnomab Date: Wed, 15 May 2019 11:13:18 -0400 Subject: [PATCH] Example Mod fix --- BaseMod/ExampleMod.cpp | 14 -------------- Sdk | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) 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