mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-23 15:50:29 +02:00
Check if no metadata is set.
This commit is contained in:
@@ -81,7 +81,7 @@ public abstract class PlotPlayer implements CommandCaller {
|
|||||||
* - deleting other plugin's metadata may cause issues
|
* - deleting other plugin's metadata may cause issues
|
||||||
* @param key
|
* @param key
|
||||||
*/
|
*/
|
||||||
public Object deleteMeta(final String key) {
|
public Object deleteMeta(final String key) {
|
||||||
return meta == null ? null : meta.remove(key);
|
return meta == null ? null : meta.remove(key);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user