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

@@ -40,4 +40,5 @@ pub enum Descriptor {
UserFreeCurrency, // u64
UserPaidCurrency, // u64
GarageSlotOrder, // Vec<u32>,
LastSeen, // u64, seconds since Unix epoch
}