From ce235642b4453ac480c48d4e055ae2bc98a0f52d Mon Sep 17 00:00:00 2001 From: tommy aka doge <59783653+dowoge@users.noreply.github.com> Date: Sun, 11 Sep 2022 22:59:46 -0400 Subject: [PATCH] without the prints --- src/modules/commands/map.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/commands/map.lua b/src/modules/commands/map.lua index 68227e7..9552d23 100644 --- a/src/modules/commands/map.lua +++ b/src/modules/commands/map.lua @@ -12,10 +12,8 @@ commands:Add('map',{},'get map info', function(t) if not game then local str = table.concat(args,' ') map = API.MAPS[1][str] or API.MAPS[2][str] - print('no game',str) else map = API.MAPS[game][table.concat(args,' ',2)] - print(game,table.concat(args,' ',2)) end if not map then return message:reply('```No map found```') end