From 80e0d353913cefbb47a0980b868bd62a734e79ea Mon Sep 17 00:00:00 2001 From: Latapostrophe Date: Mon, 22 Jun 2020 21:11:33 +0200 Subject: [PATCH] Fix missing bruh string in lua side options. This is stupid. --- src/lua_maplib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lua_maplib.c b/src/lua_maplib.c index ece42b8d3..b7a779ed6 100644 --- a/src/lua_maplib.c +++ b/src/lua_maplib.c @@ -139,6 +139,7 @@ static const char *const side_opt[] = { "toptexture", "bottomtexture", "midtexture", + "line", "sector", "special", "repeatcnt",