From e7b9cbca4f71b04fb6dd9e05406aa9c5486a4ea8 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Tue, 10 Jun 2025 11:05:42 +0100 Subject: more tiny things --- client/menu.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'client/menu.lua') diff --git a/client/menu.lua b/client/menu.lua index a6eccfb..c447e7d 100644 --- a/client/menu.lua +++ b/client/menu.lua @@ -5,7 +5,6 @@ local G = love.graphics local utf8 = require'utf8' local enet = require'enet' local json = require'dkjson' -local pprint = require'pprint' local qw = require'r.qw' local logo = G.newImage"logo.png" logo:setFilter'nearest' @@ -97,7 +96,6 @@ end function love.update(dt) local ev = host and host:service() while ev do - pprint(ev) if ev.type == 'receive' then local j = json.decode(ev.data) if j.type == 'you' then switch_scene('game',host,conn,j) return elseif j.type == 'error' then print('hi') state.errmsg = j.msg conn:disconnect_later() ConnectButton:unclick() -- cgit v1.2.3