From 3f98755c11bc36cbb735c427f41441878f873d33 Mon Sep 17 00:00:00 2001
From: Lactozilla <jp6781615@gmail.com>
Date: Sat, 25 Nov 2023 15:19:48 -0300
Subject: [PATCH] Actually remove 'scalex_bot' and 'scaley_bot'

---
 src/lua_maplib.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lua_maplib.c b/src/lua_maplib.c
index 0efce3114f..0b998199b2 100644
--- a/src/lua_maplib.c
+++ b/src/lua_maplib.c
@@ -231,9 +231,7 @@ static const char *const side_opt[] = {
 	"scalex_mid",
 	"scaley_mid",
 	"scalex_bottom",
-	"scalex_bot",
 	"scaley_bottom",
-	"scaley_bot",
 	"toptexture",
 	"bottomtexture",
 	"midtexture",
-- 
GitLab