Skip to content

Commit b25006d

Browse files
committed
Update build path
1 parent 16aee95 commit b25006d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AdvancedCore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<dependency>
161161
<groupId>org.spigotmc</groupId>
162162
<artifactId>spigot-api</artifactId>
163-
<version>1.12-R0.1-SNAPSHOT</version>
163+
<version>1.12.2-R0.1-SNAPSHOT</version>
164164
<scope>provided</scope>
165165
</dependency>
166166
<dependency>

AdvancedCore/src/com/Ben12345rocks/AdvancedCore/Util/Item/ItemBuilder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,7 @@ public ItemBuilder setPlaceholders(HashMap<String, String> placeholders) {
520520
* The name of the skull's owner.
521521
* @return ItemBuilder
522522
*/
523+
@SuppressWarnings("deprecation")
523524
public ItemBuilder setSkullOwner(String owner) {
524525
try {
525526
SkullMeta im = (SkullMeta) is.getItemMeta();

0 commit comments

Comments
 (0)