diff --git a/plugins/include/core.inc b/plugins/include/core.inc index 36670c72..5c867e7f 100644 --- a/plugins/include/core.inc +++ b/plugins/include/core.inc @@ -27,7 +27,7 @@ struct PlVers /** * Specifies what to do after a hook completes. */ -enum Result +enum Action { Plugin_Continue = 0, /**< Continue with the original action */ Plugin_Handled = 3, /**< Handle the action at the end (don't call it) */