We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8c65f commit ce1c44cCopy full SHA for ce1c44c
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [0.6.0](https://github.com/tf2pickup-org/connector/compare/0.5.0...0.6.0) (2022-07-10)
2
+
3
4
+### Features
5
6
+* override public address ([#21](https://github.com/tf2pickup-org/connector/issues/21)) ([f399b88](https://github.com/tf2pickup-org/connector/commit/f399b882feb84c38c267596667ffb4c9f3ea6e9b))
7
8
# [0.5.0](https://github.com/tf2pickup-org/connector/compare/0.4.1...0.5.0) (2022-07-05)
9
10
scripting/connector.sp
@@ -1,7 +1,7 @@
#include <sourcemod>
#include <system2>
-#define PLUGIN_VERSION "0.5.0"
+#define PLUGIN_VERSION "0.6.0"
#define PUBLIC_IP_API_ADDRESS "https://api.ipify.org"
ConVar tf2pickupOrgApiAddress = null;
0 commit comments