feat: Squirrel изменения для PyG2O
This commit is contained in:
@@ -3,7 +3,5 @@ CLIENT_PASSWORD <- "";
|
||||
addEventHandler("onPacket", function(data){
|
||||
local id = data.readUInt8();
|
||||
if (id == 250)
|
||||
{
|
||||
CLIENT_PASSWORD = data.readString();
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user