Skip to content
Open
Changes from 1 commit
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
3 changes: 3 additions & 0 deletions scripts/packetReader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,9 @@ packetReader.GetObjectPacketTables = function(packetType)

if isObjectPlayer then
player.hit = hit
player.hittingPid = nil
player.hittingRefId = nil
player.hittingUniqueIndex = nil
else
Copy link

Choose a reason for hiding this comment

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

Again, you use tabs for indentation, while the file uses 4 spaces.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks I updated it correctly

object.hit = hit
end
Expand Down