From 409cba678dcabcc7cb2960cf3d444a45b064a47b Mon Sep 17 00:00:00 2001
From: GoldenTails <milestailsprower101n2@gmail.com>
Date: Sat, 5 Jun 2021 18:35:44 -0500
Subject: [PATCH] metalrecording

---
 src/lua_script.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/lua_script.c b/src/lua_script.c
index 6b86138129..4e04c2ee0f 100644
--- a/src/lua_script.c
+++ b/src/lua_script.c
@@ -184,6 +184,9 @@ int LUA_PushGlobals(lua_State *L, const char *word)
 	} else if (fastcmp(word,"modeattacking")) {
 		lua_pushboolean(L, modeattacking);
 		return 1;
+	} else if (fastcmp(word,"metalrecording")) {
+		lua_pushboolean(L, metalrecording);
+		return 1;
 	} else if (fastcmp(word,"splitscreen")) {
 		lua_pushboolean(L, splitscreen);
 		return 1;
-- 
GitLab