mirror of
https://hub.spigotmc.org/stash/scm/spigot/spigot.git
synced 2025-09-18 21:33:01 +00:00
25 lines
878 B
Diff
25 lines
878 B
Diff
From 12486730dadb70c032c3db7d8c4bde6b480a5027 Mon Sep 17 00:00:00 2001
|
|
From: drXor <mcyoung@mit.edu>
|
|
Date: Wed, 23 Jul 2014 15:50:36 -0400
|
|
Subject: [PATCH] Undeprecate Player#updateInventory()V
|
|
|
|
|
|
diff --git a/src/main/java/org/bukkit/entity/Player.java b/src/main/java/org/bukkit/entity/Player.java
|
|
index 47da6e91..36b5e342 100644
|
|
--- a/src/main/java/org/bukkit/entity/Player.java
|
|
+++ b/src/main/java/org/bukkit/entity/Player.java
|
|
@@ -424,10 +424,8 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
|
|
/**
|
|
* Forces an update of the player's entire inventory.
|
|
*
|
|
- * @deprecated This method should not be relied upon as it is a temporary
|
|
- * work-around for a larger, more complicated issue.
|
|
*/
|
|
- @Deprecated
|
|
+ //@Deprecated // Spigot - undeprecate
|
|
public void updateInventory();
|
|
|
|
/**
|
|
--
|
|
2.20.1
|
|
|