From e994a169928f13feaca9cb5844b3f4af2781c0af Mon Sep 17 00:00:00 2001 From: Buhallin Date: Fri, 13 Jan 2023 11:10:48 -0800 Subject: [PATCH] Remove unnecessary blank line --- src/core/PlayArea.ttslua | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/PlayArea.ttslua b/src/core/PlayArea.ttslua index 36413f48..3640265e 100644 --- a/src/core/PlayArea.ttslua +++ b/src/core/PlayArea.ttslua @@ -154,7 +154,6 @@ function onObjectPickUp(player, object) end end - function onUpdate() -- Due to the frequence of onUpdate calls, ensure that we only process any changes to the -- connection list once, and only redraw once