Skip to content

Commit a0ea47b

Browse files
committed
Bumped version and removed unneeeded boolean
1 parent 0e7b68d commit a0ea47b

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

AuroraGSI-RL/AuroraGSI.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#include "HTTPRequest.hpp"
22
#include "AuroraGSI.h"
33

4-
//using std::placeholders::_1;
5-
BAKKESMOD_PLUGIN(AuroraGSI, "AuroraGSI", "0.1.0", PLUGINTYPE_THREADED)
4+
BAKKESMOD_PLUGIN(AuroraGSI, "AuroraGSI", "0.1.1", PLUGINTYPE_THREADED)
65

76
#pragma region Plugin Methods
87
void AuroraGSI::onLoad()

AuroraGSI-RL/AuroraGSI.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class AuroraGSI : public BakkesMod::Plugin::BakkesModPlugin
1414
GameStateNode GameState;
1515
std::string Json;
1616
bool ok = true;
17-
bool stopped = false;
1817
#pragma endregion
1918

2019
#pragma region Aurora

0 commit comments

Comments
 (0)