mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-03-18 11:50:42 +00:00
sraosha(whitespace) is no longer with (whitespace)
This commit is contained in:
parent
ac421f5719
commit
1c70c477ae
2 changed files with 2 additions and 2 deletions
|
|
@ -1447,7 +1447,7 @@ class ChatActor(
|
|||
val tokenOpt = buffer.headOption
|
||||
val valueOpt = func(session, tokenOpt)
|
||||
val outBuffer = if (valueOpt.nonEmpty) {
|
||||
buffer.tail
|
||||
buffer.drop(1)
|
||||
} else {
|
||||
buffer
|
||||
}
|
||||
|
|
|
|||
|
|
@ -273,7 +273,7 @@ case object ZoneInfo extends IntEnum[ZoneInfo] {
|
|||
aliases = AliasLookup(facilities = Map(
|
||||
("Zal", "Base_Alpha"),
|
||||
("Rashnu", "Base_Bravo"),
|
||||
("Sraosha ", "Base_Charlie")
|
||||
("Sraosha", "Base_Charlie")
|
||||
))
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue