Removed a line that shouldn't have existed

Should fix #229
This commit is contained in:
Michael Manley
2023-07-31 01:46:00 -07:00
committed by GitHub
parent b19fbf64fd
commit 5df4a1f84f

View File

@@ -25,7 +25,6 @@ char plugin_path[512];
#ifdef PLUGIN_ENGINE
void set_plugin_path(char *s) {
safe_strncpy(plugin_path, s, 512);
set_screenshots_path(s);
}
void pluginengine_load_config() {