mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-01 03:03:39 +00:00
Fix bad ServerType encoding and change server type
This commit is contained in:
parent
aa0b895f4b
commit
43a403174f
2 changed files with 3 additions and 2 deletions
|
|
@ -14,7 +14,8 @@ object WorldStatus extends Enumeration {
|
|||
val Up, Down, Locked, Full = Value
|
||||
}
|
||||
|
||||
object ServerType extends Enumeration {
|
||||
// this enumeration starts from one and is subtracted from before processing (0x005FF12A)
|
||||
object ServerType extends Enumeration(1) {
|
||||
type Type = Value
|
||||
val Development, Beta, Released = Value
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue