From: Lizzy Fleckenstein Date: Mon, 13 Feb 2023 13:24:15 +0000 (+0100) Subject: Fix StarParams X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=1ae0a6af22559236d2d97a4aaa1e17dbc4da733c;p=mt_net.git Fix StarParams --- diff --git a/src/to_clt.rs b/src/to_clt.rs index a0d28a9..871328a 100644 --- a/src/to_clt.rs +++ b/src/to_clt.rs @@ -315,8 +315,8 @@ pub enum ToCltPkt { } = 91, StarParams { visible: bool, - texture: String, - tone_map: String, + count: u32, + color: Color, size: f32, } = 92, SrpBytesSaltB {