From efdfa55328c68a53c9d821537a2c60f6a68f4f08 Mon Sep 17 00:00:00 2001
From: LJ Sonic <lamr@free.fr>
Date: Fri, 12 Mar 2021 19:54:01 +0100
Subject: [PATCH] Remove misleading comment

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

diff --git a/src/lua_maplib.c b/src/lua_maplib.c
index 9598f7708c..0161417960 100644
--- a/src/lua_maplib.c
+++ b/src/lua_maplib.c
@@ -583,17 +583,6 @@ static int sector_get(lua_State *L)
 		lua_pushinteger(L, sector->special);
 		return 1;
 	case sector_tag:
-		// HELLO
-		// THIS IS LJ SONIC
-		// HOW IS YOUR DAY?
-		// BY THE WAY WHEN 2.3 OR 3.0 OR 4.0 OR SRB3 OR SRB4 OR WHATEVER IS OUT
-		// YOU SHOULD REMEMBER TO CHANGE THIS SO IT ALWAYS RETURNS A UNSIGNED VALUE
-		// HAVE A NICE DAY
-		//
-		//
-		//
-		//
-		// you are ugly
 		lua_pushinteger(L, (UINT16)Tag_FGet(&sector->tags));
 		return 1;
 	case sector_taglist:
-- 
GitLab