diff --git a/src/server/decoration.rs b/src/server/decoration.rs index 22eb626..4068ec7 100644 --- a/src/server/decoration.rs +++ b/src/server/decoration.rs @@ -235,6 +235,9 @@ impl DecorationsDataSatellite { pub fn set_title(&mut self, world: &World, title: &str) { self.title = Some(title.to_string()); + if !self.should_draw { + return; + } // Don't draw title if there's not enough space let title_pixmap = title_pixmap(