mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 18:45:39 +02:00
Updated perun.lua for 8.0.0
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Perun_v1
|
||||
public partial class form_Main : Form
|
||||
{
|
||||
// Variable definitions
|
||||
public string[] arrSendBuffer = new string[100]; // Mysql send buffer
|
||||
public string[] arrSendBuffer = new string[65534]; // Mysql send buffer
|
||||
public bool boolLetMeOut = false; // Helper to handle system tray
|
||||
|
||||
// ################################ Main ################################
|
||||
|
||||
Reference in New Issue
Block a user