refactor: update comments to reflect modifications by AstralRinth

This commit is contained in:
2026-01-27 20:50:55 +03:00
parent 572800d9ca
commit e9bc01b0c7
21 changed files with 53 additions and 51 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ pub mod io;
pub mod jre;
pub mod network;
pub mod platform;
pub mod utils; // [AR] Feature
pub mod utils; // This code is modified by AstralRinth
pub mod protocol_version;
pub mod rpc;
pub mod server_ping;