1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-06-30 11:47:45 +00:00

Disable sending exp again

This commit is contained in:
Joshua Goins 2025-06-28 15:27:53 -04:00
parent fd4436db01
commit 670d25a980

View file

@ -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,