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

Add multiplayer dos protection config toggle

This commit is contained in:
NG (Graham)
2026-01-12 17:04:41 -05:00
parent e76c1a6f3f
commit d421cfa264
4 changed files with 11 additions and 1 deletions

View File

@@ -93,6 +93,7 @@ pub struct ServerConfig {
pub auth_url: String,
pub intercom_url: String,
pub minimum_version: i32,
pub dos_protect: bool,
}
pub enum QueueChangeMode {