We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd15fa commit 5a19a30Copy full SHA for 5a19a30
1 file changed
src/main/java/org/mcmonkey/sentinel/SentinelTrait.java
@@ -1845,6 +1845,7 @@ public void run() {
1845
*/
1846
@Override
1847
public void onSpawn() {
1848
+ debug("Spawned.");
1849
isBlocking = false;
1850
lastEntityUUID = getLivingEntity().getUniqueId();
1851
stats_timesSpawned++;
@@ -2094,6 +2095,7 @@ public void run() {
2094
2095
2096
2097
public void onDespawn() {
2098
+ debug("Despawned.");
2099
targetingHelper.currentTargets.clear();
2100
targetingHelper.currentAvoids.clear();
2101
SentinelPlugin.instance.currentSentinelNPCs.remove(this);
0 commit comments