mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-20 22:57:45 +00:00
Set max characters per world to 8
This commit is contained in:
parent
e4203c0ead
commit
c4b65f5ecd
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ impl LobbyConnection {
|
|||
remaining_days: 30,
|
||||
days_to_next_rank: 0,
|
||||
unk8: 8,
|
||||
max_characters_on_world: 2,
|
||||
max_characters_on_world: 8,
|
||||
entitled_expansion: 5,
|
||||
characters: characters_in_packet,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue