Skip to content

Commit

Permalink
revert back to api version 24
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav-Renz authored Sep 24, 2024
1 parent d9efa8e commit 821ea70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#define _strcpy(dest, destSize, src) { strncpy(dest, src, destSize-1); (dest)[destSize-1] = '\0'; }
#endif

#define PLUGIN_API_VERSION 26
#define PLUGIN_API_VERSION 24



Expand Down

0 comments on commit 821ea70

Please sign in to comment.