add ~30 second alliance request cooldown to prevent spam

This commit is contained in:
evanpelle
2024-09-30 21:07:43 -07:00
parent 155c0366a3
commit 6469911230
11 changed files with 46 additions and 17 deletions
+1
View File
@@ -48,6 +48,7 @@ export interface Config {
boatMaxDistance(): number
boatMaxNumber(): number
allianceDuration(): Tick
allianceRequestCooldown(): Tick
}
export interface Theme {