completely remove the skipping first player logic

This commit is contained in:
Jochen
2025-11-27 13:21:40 +11:00
parent c58aa80932
commit 99125fc39e
3 changed files with 0 additions and 62 deletions

View File

@@ -1297,11 +1297,6 @@ impl<W: UiWriter> Agent<W> {
self.providers.get(None)
}
/// Get a reference to the UI writer
pub fn ui_writer(&self) -> &W {
&self.ui_writer
}
/// Get the current session ID for this agent
pub fn get_session_id(&self) -> Option<&str> {
self.session_id.as_deref()