implement customisable Raviente latency

This commit is contained in:
wish
2023-08-09 23:20:50 +10:00
parent 616299668c
commit 6860098829
4 changed files with 17 additions and 5 deletions

View File

@@ -133,6 +133,7 @@ type GameplayOptions struct {
DailyQuestAllowance uint32 // Number of Daily Quests to allow daily
MezfesSoloTickets uint32 // Number of solo tickets given weekly
MezfesGroupTickets uint32 // Number of group tickets given weekly
LowLatencyRaviente bool // Toggles low latency mode for Raviente, can be network intensive
RegularRavienteMaxPlayers uint8
ViolentRavienteMaxPlayers uint8
BerserkRavienteMaxPlayers uint8