mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 10:14:42 +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
|
||||
* @param key
|
||||
*/
|
||||
public Object deleteMeta(final String key) {
|
||||
public Object deleteMeta(final String key) {
|
||||
return meta == null ? null : meta.remove(key);
|
||||
}
|
||||
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user