do not error if run outside of steam
This commit is contained in:
@@ -94,7 +94,7 @@ fn main() {
|
|||||||
app.add_plugins(plugin);
|
app.add_plugins(plugin);
|
||||||
}
|
}
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
error!("steam init error: {e:?}");
|
warn!("steam init error: {e:?}");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user