diff --git a/resources/lua/intf/syncplay.lua b/resources/lua/intf/syncplay.lua index 8b96fd1..0b9fb87 100644 --- a/resources/lua/intf/syncplay.lua +++ b/resources/lua/intf/syncplay.lua @@ -481,7 +481,7 @@ end while running == true do --accept new connections and select active clients local fd = l:accept() - local buffer, inputbuffer, responsebuffer = "" + local buffer, inputbuffer, responsebuffer = "", "", "" while fd >= 0 and running == true do -- handle read mode