From 5559d1ebe1e53c08716620fa633ad613324b9ce8 Mon Sep 17 00:00:00 2001 From: Fesiug Date: Wed, 3 Jan 2024 19:16:18 -0500 Subject: [PATCH] Remove stray print --- gamemodes/benny/gamemode/modules/gui/cl_spawnmenu.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/gamemodes/benny/gamemode/modules/gui/cl_spawnmenu.lua b/gamemodes/benny/gamemode/modules/gui/cl_spawnmenu.lua index c36625f..1092510 100644 --- a/gamemodes/benny/gamemode/modules/gui/cl_spawnmenu.lua +++ b/gamemodes/benny/gamemode/modules/gui/cl_spawnmenu.lua @@ -427,7 +427,6 @@ function OpenSMenu() for ClassName, Class in pairs( WEAPONS ) do if !createlist[Class.Category] then - print(Class, Class.Category) createlist[Class.Category] = {} end