1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Make non-essential dev messages show up way less often

This commit is contained in:
NG (Graham)
2025-05-18 22:23:33 -04:00
parent a0dba39475
commit a9510a7495
5 changed files with 73 additions and 17 deletions

View File

@@ -72,6 +72,7 @@ pub trait User<C> {
fn signup_date(&self) -> i64;
async fn singleplayer_robots(&self) -> Result<polariton::operation::Typed<C>, i16>;
async fn prepare_factory_upload(&self, vehicle: VehicleUploadData) -> Result<rc_factory::VehicleUploadInfo, i16>;
async fn last_seen(&self) -> Result<u64, i16>;
}
pub struct UserSlots<C> {