mirror of
https://github.com/redstrate/Kawari.git
synced 2025-06-30 03:37:45 +00:00
Disable sending exp again
This commit is contained in:
parent
fd4436db01
commit
670d25a980
1 changed files with 2 additions and 1 deletions
|
@ -282,7 +282,8 @@ async fn client_loop(
|
|||
timestamp: timestamp_secs(),
|
||||
data: ServerZoneIpcData::PlayerStatus(PlayerStatus {
|
||||
content_id: connection.player_data.content_id,
|
||||
exp: connection.player_data.classjob_exp,
|
||||
// Disabled for now until the client stops freaking out
|
||||
//exp: connection.player_data.classjob_exp,
|
||||
max_level: 100,
|
||||
expansion: 5,
|
||||
name: chara_details.name,
|
||||
|
|
Loading…
Add table
Reference in a new issue