Got liteloader working. Patching more or less works

This commit is contained in:
Jan Dalheimer
2014-01-22 22:15:50 +01:00
parent 0a592ab99b
commit c39d26f445
5 changed files with 221 additions and 67 deletions

View File

@@ -18,7 +18,7 @@
#include "DerpRule.h"
QList<std::shared_ptr<Rule>> rulesFromJsonV4(QJsonObject &objectWithRules)
QList<std::shared_ptr<Rule>> rulesFromJsonV4(const QJsonObject &objectWithRules)
{
QList<std::shared_ptr<Rule>> rules;
auto rulesVal = objectWithRules.value("rules");