mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01: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);
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user