Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/player/base.lua

@C3paC3paMar 18, 2024

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like you used a tab for indentation, while the file uses 4 spaces.

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

Original file line numberDiff line numberDiff line change
Expand Up@@ -331,6 +331,7 @@ function BasePlayer:EndCharGen()
self:SaveClass(packetReader.GetPlayerPacketTables(self.pid, "PlayerClass"))
self:SaveStatsDynamic(packetReader.GetPlayerPacketTables(self.pid, "PlayerStatsDynamic"))
self:SaveEquipment(packetReader.GetPlayerPacketTables(self.pid, "PlayerEquipment"))
self:SaveShapeshift(packetReader.GetPlayerPacketTables(self.pid, "PlayerShapeshift"))
self:SaveIpAddress()
self:CreateAccount()

Expand Down