From deaa645ccc894e23d4fc808edfd17029b01bee05 Mon Sep 17 00:00:00 2001 From: SirSmurfy2 <82696841+TheAbsolutionism@users.noreply.github.com> Date: Sat, 23 Nov 2024 13:16:55 -0500 Subject: [PATCH] Minor Changes --- .../expressions/ExprEntitySnapshot.java | 4 +-- .../expressions/ExprSpawnEggEntity.java | 28 +++++++++---------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/main/java/ch/njol/skript/expressions/ExprEntitySnapshot.java b/src/main/java/ch/njol/skript/expressions/ExprEntitySnapshot.java index bb30df812be..85814a74dda 100644 --- a/src/main/java/ch/njol/skript/expressions/ExprEntitySnapshot.java +++ b/src/main/java/ch/njol/skript/expressions/ExprEntitySnapshot.java @@ -9,8 +9,8 @@ @Name("Entity Snapshot") @Description({ - "Returns an entity snapshot of the provided entities, which is a snapshot of all the data of the provided entities. " - + "This data includes the values of all the entities' attributes at the time of this expression being called.", + "Returns an entity snapshot of the provided entities, which is a snapshot of all the data of the provided entities.", + "This data includes the values of all the entities' attributes at the time of this expression being called.", "This expression can only be used to copy the full attributes of an entity. Individual attributes cannot be modified or retrieved." }) @Examples({ diff --git a/src/main/java/ch/njol/skript/expressions/ExprSpawnEggEntity.java b/src/main/java/ch/njol/skript/expressions/ExprSpawnEggEntity.java index 49141207e6f..42aa59a9e74 100644 --- a/src/main/java/ch/njol/skript/expressions/ExprSpawnEggEntity.java +++ b/src/main/java/ch/njol/skript/expressions/ExprSpawnEggEntity.java @@ -56,20 +56,20 @@ public class ExprSpawnEggEntity extends SimplePropertyExpression