mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-05 21:20:20 +00:00
Fix CaptureFlagSocket object type
This commit is contained in:
parent
2c07ef4a05
commit
0534ec6f0c
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ object ObjectType extends Enumeration {
|
|||
val BoomerTrigger = "boomer_trigger"
|
||||
val Building = "building"
|
||||
val CaptureFlag = "capture_flag"
|
||||
val CaptureFlagSocket = "capture_flag_socket"
|
||||
val CaptureFlagSocket = "llm_socket"
|
||||
val CaptureTerminal = "capture_terminal"
|
||||
val CertTerminal = "cert_terminal"
|
||||
val ChainLashDamager = "chain_lash_damager"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue