From e047d11d36cbe2fe925ef6650eb78f24e65f106c Mon Sep 17 00:00:00 2001
From: hayaunderscore <stophayapls123@proton.me>
Date: Sat, 8 Jun 2024 11:00:16 +0800
Subject: [PATCH] Add `follower_t` to `userdataType()`

---
 src/lua_baselib.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lua_baselib.c b/src/lua_baselib.c
index d282b99a5..83b15c651 100644
--- a/src/lua_baselib.c
+++ b/src/lua_baselib.c
@@ -229,6 +229,8 @@ static const struct {
 	{META_LUABANKS,     "luabanks[]"},
 
 	{META_ACTIVATOR,    "activator_t"},
+	
+	{META_FOLLOWER,    "follower_t"},
 	{NULL,              NULL}
 };
 
-- 
GitLab