This commit is contained in:
2022-09-29 02:39:54 +02:00
parent 3832906ebb
commit ba168d5f2d
2 changed files with 65 additions and 5 deletions

View File

@ -39,7 +39,7 @@ struct NGC_HS1_options {
// 2 mods
// 3 founders
// 4 no one (above founder)
uint8_t default_trust_level = 2;
uint8_t default_trust_level /*= 2*/;
//bool test;
};