diff --git a/VERSION b/VERSION
index e521dc4f..dd5d5f2f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.0-beta.12
\ No newline at end of file
+1.0.0-beta.13
\ No newline at end of file
diff --git a/loader/include/Geode/loader/Event.hpp b/loader/include/Geode/loader/Event.hpp
index ae9688b7..d8674cb6 100644
--- a/loader/include/Geode/loader/Event.hpp
+++ b/loader/include/Geode/loader/Event.hpp
@@ -124,6 +124,10 @@ namespace geode {
             return m_filter;
         }
 
+        utils::MiniFunction<Callback>& getCallback() {
+            return m_callback;
+        }
+
     protected:
         utils::MiniFunction<Callback> m_callback = nullptr;
         T m_filter;