Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
CreatureChat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Public
CreatureChat
Commits
7489adbb
Commit
7489adbb
authored
Aug 06, 2024
by
Jonathan Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correctly clear player uuid when untaming an entity.
parent
af668eda
Pipeline
#12720
passed with stages
in 2 minutes 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
ChatDataManager.java
src/main/java/com/owlmaddie/chat/ChatDataManager.java
+1
-0
No files found.
src/main/java/com/owlmaddie/chat/ChatDataManager.java
View file @
7489adbb
...
...
@@ -375,6 +375,7 @@ public class ChatDataManager {
tamableEntity
.
setOwner
(
player
);
}
else
if
(
new_friendship
==
-
3
&&
tamableEntity
.
isTamed
())
{
tamableEntity
.
setTamed
(
false
);
tamableEntity
.
setOwnerUuid
(
null
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment