From 3174c99d939ebd4df96e3afe75e77594105b48d7 Mon Sep 17 00:00:00 2001 From: ianpatt Date: Wed, 1 May 2024 22:48:39 -0700 Subject: [PATCH] typo in docs --- f4se/PluginAPI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f4se/PluginAPI.h b/f4se/PluginAPI.h index eac63c0..6351cc8 100644 --- a/f4se/PluginAPI.h +++ b/f4se/PluginAPI.h @@ -262,7 +262,7 @@ typedef bool (* _F4SEPlugin_Load)(const F4SEInterface * f4se); extern "C" { __declspec(dllexport) F4SEPluginVersionData F4SEPlugin_Version = { - SKSEPluginVersionData::kVersion, + F4SEPluginVersionData::kVersion, 1, "my awesome plugin",