Skip to content

Commit

Permalink
Updated default Plugin API Version to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
BerndSchmecka committed Nov 26, 2020
1 parent 6486b20 commit c260ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TS3Hook/Ts3Plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "main.h"
#include "PatchTools.h"

#define PLUGIN_API_VERSION 23
#define PLUGIN_API_VERSION 25

const char* ts3plugin_name() { return "TS3Hook"; }
const char* ts3plugin_version() { return "1.3.3"; }
Expand Down

0 comments on commit c260ada

Please sign in to comment.