From 0e3d061f4bc9bf1816d01003d16f2c864e7342dd Mon Sep 17 00:00:00 2001 From: AURUMVORXX Date: Tue, 2 Sep 2025 20:40:00 +0500 Subject: [PATCH] =?UTF-8?q?feat:=20Squirrel=20=D0=B8=D0=B7=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B4=D0=BB=D1=8F=20PyG2O?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/client/main.nut | 2 - include/pyg2o.xml | 9 +++-- include/server/events.nut | 2 +- include/server/main.nut | 77 ++++++++----------------------------- include/server/messages.nut | 25 +----------- 5 files changed, 23 insertions(+), 92 deletions(-) diff --git a/include/client/main.nut b/include/client/main.nut index 197cb6e..f126483 100644 --- a/include/client/main.nut +++ b/include/client/main.nut @@ -3,7 +3,5 @@ CLIENT_PASSWORD <- ""; addEventHandler("onPacket", function(data){ local id = data.readUInt8(); if (id == 250) - { CLIENT_PASSWORD = data.readString(); - } }) diff --git a/include/pyg2o.xml b/include/pyg2o.xml index 2c40932..ca82b48 100644 --- a/include/pyg2o.xml +++ b/include/pyg2o.xml @@ -1,5 +1,6 @@ -