From 90c2f332a5c3cb97104c054aaf5bf08107f59095 Mon Sep 17 00:00:00 2001 From: aorus22 Date: Tue, 8 Apr 2025 15:41:25 +0700 Subject: [PATCH] fix: fix vector proto --- README.md | 4 ++-- proto/out/_.rs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c781b0b..2c8838b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Supported Version: 3.1.5x +# Supported Version: 3.2.5x Run the game by clicking run.bat file. -Tool website: [https://srtools.pages.dev](https://srtools.pages.dev) +Tool website: [https://srtools.neonteam.dev](https://srtools.neonteam.dev) Start battle by entering any calyx in the map, DON'T ATTACK THE ENEMIES, IT WON'T WORK (maybe) diff --git a/proto/out/_.rs b/proto/out/_.rs index 353a29b..89d5a99 100644 --- a/proto/out/_.rs +++ b/proto/out/_.rs @@ -7471,11 +7471,11 @@ pub struct Aodidfnpicf { #[derive(proto_derive::CmdID)] #[derive(Clone, Copy, PartialEq, ::prost::Message)] pub struct Vector { - #[prost(int32, tag = "15")] + #[prost(sint32, tag = "15")] pub y: i32, - #[prost(int32, tag = "8")] + #[prost(sint32, tag = "8")] pub z: i32, - #[prost(int32, tag = "11")] + #[prost(sint32, tag = "11")] pub x: i32, } #[derive(proto_derive::CmdID)]